Color Hex Logo

#720064 Color Hex

#720064
(114,0,100)
0 Favorites   0 Comments

Color spaces of #720064

RGB 1140100
HSL0.851.000.22
HSV307°100°45°
CMYK 0.001.000.12   0.55
XYZ9.23974.497512.4377
Yxy4.49750.35300.1718
Hunter Lab21.207340.6569-19.9274
CIE-Lab25.252352.0905-25.9166

#720064 color RGB value is (114,0,100).

#720064 hex color red value is 114, green value is 0 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #720064 hue: 0.85 , saturation: 1.00 and the lightness value of 720064 is 0.22.

The process color (four color CMYK) of #720064 color hex is 0.00, 1.00, 0.12, 0.55. Web safe color of #720064 is #660066. Color #720064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000000 01100100
Octal 162 0 144
Decimal 114 0 100
Hex 72 0 64

RGB Percentages of Color #720064

%53.27
%0.00
%46.73

CMYK Percentages of Color #720064

%0
%100
%12
%55

Triadic Colors of #720064

#720064 #647200 #006472

Analogous Colors of #720064

#720064 #72002b #470072

Monochromatic Colors of #720064

#720064

Complementary Color

#720064 #00720e

#720064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720064 Color CSS Codes

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

#720064 Text Font Color

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

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


#720064 Background Color

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

This div background color is #720064


#720064 Border Color

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

This div border color is #720064


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,0,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #720064; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #720064;
  -webkit-box-shadow: 1px 1px 3px 2px #720064;
  box-shadow:         1px 1px 3px 2px #720064; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720064


Comments

No comments written yet.

Please login to write comment.