color codes Logo

#712fdc color codes

#712FDC
(113,47,220)
0 Favorites   0 Comments

Color spaces of #712fdc

RGB 11347220
HSL0.730.710.52
HSV263°79°86°
CMYK 0.490.790.00   0.14
XYZ20.744810.711068.6842
Yxy10.71100.20720.1070
Hunter Lab32.727755.8708-101.5201
CIE-Lab39.089463.5876-76.5439

#712fdc color RGB value is (113,47,220).

#712fdc hex color red value is 113, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #712fdc hue: 0.73 , saturation: 0.71 and the lightness value of 712fdc is 0.52.

The process color (four color CMYK) of #712fdc color code is 0.49, 0.79, 0.00, 0.14. Web safe color of #712fdc is #6633cc. Color #712fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101111 11011100
Octal 161 57 334
Decimal 113 47 220
Hex 71 2F DC

RGB Percentages of Color #712fdc

%29.74
%12.37
%57.89

CMYK Percentages of Color #712fdc

%49
%79
%0
%14

Triadic Colors of #712fdc

#712fdc #dc712f #2fdc71

Analogous Colors of #712fdc

#712fdc #c82fdc #2f44dc

Monochromatic Colors of #712fdc

#712fdc

Complementary Color

#712fdc #9adc2f

#712fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#712fdc Color CSS Codes

.mybgcolor {background-color:#712fdc; } 
.myforecolor {color:#712fdc; }
.mybordercolor {border:3px solid #712fdc; }

#712fdc Text Font Color

<p style="color:#712fdc">Text here</p>

This sample text font color is #712fdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#712fdc Background Color

<div style="background-color:#712fdc">
Div content here</div>

This div background color is #712fdc


#712fdc Border Color

<div style="border:3px solid #712fdc">
Div here</div>

This div border color is #712fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,47,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #712fdc;
  box-shadow:         1px 1px 3px 2px #712fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,47,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #712fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #712fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #712fdc;
  box-shadow:         1px 1px 3px 2px #712fdc;">
Div content here</div>

This div box has shadow with color #712fdc


Comments

No comments written yet.

Please login to write comment.