Color Hex Logo

#720cbc Color Hex

#720CBC
(114,12,188)
0 Favorites   0 Comments

Color spaces of #720cbc

RGB 11412188
HSL0.760.880.39
HSV275°94°74°
CMYK 0.390.940.00   0.26
XYZ16.14807.471248.1679
Yxy7.47120.22490.1041
Hunter Lab27.333557.6201-85.3492
CIE-Lab32.856466.3379-68.1570

#720cbc color RGB value is (114,12,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001100 10111100
Octal 162 14 274
Decimal 114 12 188
Hex 72 C BC

RGB Percentages of Color #720cbc

%36.31
%3.82
%59.87

CMYK Percentages of Color #720cbc

%39
%94
%0
%26

Triadic Colors of #720cbc

#720cbc #bc720c #0cbc72

Analogous Colors of #720cbc

#720cbc #bc0cae #1a0cbc

Monochromatic Colors of #720cbc

#720cbc

Complementary Color

#720cbc #56bc0c

#720cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#720cbc Color CSS Codes

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

#720cbc Text Font Color

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

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


#720cbc Background Color

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

This div background color is #720cbc


#720cbc Border Color

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

This div border color is #720cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,12,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720cbc


Comments

No comments written yet.

Please login to write comment.