Color Hex Logo

#72135c Color Hex

#72135C
(114,19,92)
0 Favorites   0 Comments

Color spaces of #72135c

RGB 1141992
HSL0.870.710.26
HSV314°83°45°
CMYK 0.000.830.19   0.55
XYZ9.10414.815910.5749
Yxy4.81590.37170.1966
Hunter Lab21.945235.6479-13.2090
CIE-Lab26.203746.8595-19.1674

#72135c color RGB value is (114,19,92).

#72135c hex color red value is 114, green value is 19 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #72135c hue: 0.87 , saturation: 0.71 and the lightness value of 72135c is 0.26.

The process color (four color CMYK) of #72135c color hex is 0.00, 0.83, 0.19, 0.55. Web safe color of #72135c is #660066. Color #72135c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010011 01011100
Octal 162 23 134
Decimal 114 19 92
Hex 72 13 5C

RGB Percentages of Color #72135c

%50.67
%8.44
%40.89

CMYK Percentages of Color #72135c

%0
%83
%19
%55

Triadic Colors of #72135c

#72135c #5c7213 #135c72

Analogous Colors of #72135c

#72135c #72132d #591372

Monochromatic Colors of #72135c

#72135c

Complementary Color

#72135c #137229

#72135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72135c Color CSS Codes

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

#72135c Text Font Color

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

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


#72135c Background Color

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

This div background color is #72135c


#72135c Border Color

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

This div border color is #72135c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,19,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72135c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72135c;
  -webkit-box-shadow: 1px 1px 3px 2px #72135c;
  box-shadow:         1px 1px 3px 2px #72135c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72135c


Comments

No comments written yet.

Please login to write comment.