Color Hex Logo

#712ccc Color Hex

#712CCC
(113,44,204)
0 Favorites   0 Comments

Color spaces of #712ccc

RGB 11344204
HSL0.740.650.49
HSV266°78°80°
CMYK 0.450.780.00   0.20
XYZ18.60989.671758.0127
Yxy9.67170.21570.1121
Hunter Lab31.099452.3902-88.8299
CIE-Lab37.246660.8270-70.3333

#712ccc color RGB value is (113,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 11001100
Octal 161 54 314
Decimal 113 44 204
Hex 71 2C CC

RGB Percentages of Color #712ccc

%31.30
%12.19
%56.51

CMYK Percentages of Color #712ccc

%45
%78
%0
%20

Triadic Colors of #712ccc

#712ccc #cc712c #2ccc71

Analogous Colors of #712ccc

#712ccc #c12ccc #2c37cc

Monochromatic Colors of #712ccc

#712ccc

Complementary Color

#712ccc #87cc2c

#712ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#712ccc Color CSS Codes

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

#712ccc Text Font Color

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

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


#712ccc Background Color

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

This div background color is #712ccc


#712ccc Border Color

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

This div border color is #712ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,44,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 #712ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712ccc


Comments

No comments written yet.

Please login to write comment.