Color Hex Logo

#72386a Color Hex

#72386A
(114,56,106)
0 Favorites   0 Comments

Color spaces of #72386a

RGB 11456106
HSL0.860.340.33
HSV308°51°45°
CMYK 0.000.510.07   0.55
XYZ10.95517.446414.4956
Yxy7.44640.33300.2264
Hunter Lab27.288123.9066-12.3935
CIE-Lab32.802332.9755-17.9808

#72386a color RGB value is (114,56,106).

#72386a hex color red value is 114, green value is 56 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #72386a hue: 0.86 , saturation: 0.34 and the lightness value of 72386a is 0.33.

The process color (four color CMYK) of #72386a color hex is 0.00, 0.51, 0.07, 0.55. Web safe color of #72386a is #663366. Color #72386a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111000 01101010
Octal 162 70 152
Decimal 114 56 106
Hex 72 38 6A

RGB Percentages of Color #72386a

%41.30
%20.29
%38.41

CMYK Percentages of Color #72386a

%0
%51
%7
%55

Triadic Colors of #72386a

#72386a #6a7238 #386a72

Analogous Colors of #72386a

#72386a #72384d #5d3872

Monochromatic Colors of #72386a

#72386a

Complementary Color

#72386a #387240

#72386a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72386a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72386a Color CSS Codes

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

#72386a Text Font Color

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

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


#72386a Background Color

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

This div background color is #72386a


#72386a Border Color

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

This div border color is #72386a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,56,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72386a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72386a;
  -webkit-box-shadow: 1px 1px 3px 2px #72386a;
  box-shadow:         1px 1px 3px 2px #72386a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72386a


Comments

No comments written yet.

Please login to write comment.