Color Hex Logo

#720bcc Color Hex

#720BCC
(114,11,204)
0 Favorites   0 Comments

Color spaces of #720bcc

RGB 11411204
HSL0.760.900.42
HSV272°95°80°
CMYK 0.440.950.00   0.20
XYZ17.95828.176457.7584
Yxy8.17640.21410.0975
Hunter Lab28.594462.0635-99.7450
CIE-Lab34.347669.8939-75.0944

#720bcc color RGB value is (114,11,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001011 11001100
Octal 162 13 314
Decimal 114 11 204
Hex 72 B CC

RGB Percentages of Color #720bcc

%34.65
%3.34
%62.01

CMYK Percentages of Color #720bcc

%44
%95
%0
%20

Triadic Colors of #720bcc

#720bcc #cc720b #0bcc72

Analogous Colors of #720bcc

#720bcc #cc0bc6 #120bcc

Monochromatic Colors of #720bcc

#720bcc

Complementary Color

#720bcc #65cc0b

#720bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#720bcc Color CSS Codes

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

#720bcc Text Font Color

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

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


#720bcc Background Color

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

This div background color is #720bcc


#720bcc Border Color

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

This div border color is #720bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720bcc


Comments

No comments written yet.

Please login to write comment.