Color Hex Logo

#72145e Color Hex

#72145E
(114,20,94)
0 Favorites   0 Comments

Color spaces of #72145e

RGB 1142094
HSL0.870.700.26
HSV313°82°45°
CMYK 0.000.820.18   0.55
XYZ9.21004.885911.0473
Yxy4.88590.36630.1943
Hunter Lab22.104135.6926-14.1594
CIE-Lab26.407246.8660-20.1656

#72145e color RGB value is (114,20,94).

#72145e hex color red value is 114, green value is 20 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #72145e hue: 0.87 , saturation: 0.70 and the lightness value of 72145e is 0.26.

The process color (four color CMYK) of #72145e color hex is 0.00, 0.82, 0.18, 0.55. Web safe color of #72145e is #660066. Color #72145e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 01011110
Octal 162 24 136
Decimal 114 20 94
Hex 72 14 5E

RGB Percentages of Color #72145e

%50.00
%8.77
%41.23

CMYK Percentages of Color #72145e

%0
%82
%18
%55

Triadic Colors of #72145e

#72145e #5e7214 #145e72

Analogous Colors of #72145e

#72145e #72142f #571472

Monochromatic Colors of #72145e

#72145e

Complementary Color

#72145e #147228

#72145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72145e Color CSS Codes

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

#72145e Text Font Color

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

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


#72145e Background Color

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

This div background color is #72145e


#72145e Border Color

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

This div border color is #72145e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,20,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72145e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72145e;
  -webkit-box-shadow: 1px 1px 3px 2px #72145e;
  box-shadow:         1px 1px 3px 2px #72145e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72145e


Comments

No comments written yet.

Please login to write comment.