color codes Logo

#712dcc color codes

#712DCC
(113,45,204)
0 Favorites   0 Comments

Color spaces of #712dcc

RGB 11345204
HSL0.740.640.49
HSV266°78°80°
CMYK 0.450.780.00   0.20
XYZ18.64759.747158.0253
Yxy9.74710.21580.1128
Hunter Lab31.220351.9801-88.3406
CIE-Lab37.384760.4280-70.1070

#712dcc color RGB value is (113,45,204).

#712dcc hex color red value is 113, green value is 45 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #712dcc hue: 0.74 , saturation: 0.64 and the lightness value of 712dcc is 0.49.

The process color (four color CMYK) of #712dcc color code is 0.45, 0.78, 0.00, 0.20. Web safe color of #712dcc is #6633cc. Color #712dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101101 11001100
Octal 161 55 314
Decimal 113 45 204
Hex 71 2D CC

RGB Percentages of Color #712dcc

%31.22
%12.43
%56.35

CMYK Percentages of Color #712dcc

%45
%78
%0
%20

Triadic Colors of #712dcc

#712dcc #cc712d #2dcc71

Analogous Colors of #712dcc

#712dcc #c12dcc #2d38cc

Monochromatic Colors of #712dcc

#712dcc

Complementary Color

#712dcc #88cc2d

#712dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#712dcc Color CSS Codes

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

#712dcc Text Font Color

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

This sample text font color is #712dcc
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.


#712dcc Background Color

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

This div background color is #712dcc


#712dcc Border Color

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

This div border color is #712dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712dcc


Comments

No comments written yet.

Please login to write comment.