Color Hex Logo

#720ccc Color Hex

#720CCC
(114,12,204)
0 Favorites   0 Comments

Color spaces of #720ccc

RGB 11412204
HSL0.760.890.42
HSV272°94°80°
CMYK 0.440.940.00   0.20
XYZ17.97008.200057.7624
Yxy8.20000.21410.0977
Hunter Lab28.635661.9034-99.5519
CIE-Lab34.396069.7482-75.0147

#720ccc color RGB value is (114,12,204).

#720ccc hex color red value is 114, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #720ccc hue: 0.76 , saturation: 0.89 and the lightness value of 720ccc is 0.42.

The process color (four color CMYK) of #720ccc color hex is 0.44, 0.94, 0.00, 0.20. Web safe color of #720ccc is #6600cc. Color #720ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001100 11001100
Octal 162 14 314
Decimal 114 12 204
Hex 72 C CC

RGB Percentages of Color #720ccc

%34.55
%3.64
%61.82

CMYK Percentages of Color #720ccc

%44
%94
%0
%20

Triadic Colors of #720ccc

#720ccc #cc720c #0ccc72

Analogous Colors of #720ccc

#720ccc #cc0cc6 #120ccc

Monochromatic Colors of #720ccc

#720ccc

Complementary Color

#720ccc #66cc0c

#720ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#720ccc Color CSS Codes

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

#720ccc Text Font Color

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

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


#720ccc Background Color

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

This div background color is #720ccc


#720ccc Border Color

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

This div border color is #720ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720ccc


Comments

No comments written yet.

Please login to write comment.