Color Hex Logo

#72387e Color Hex

#72387E
(114,56,126)
0 Favorites   0 Comments

Color spaces of #72387e

RGB 11456126
HSL0.800.380.36
HSV290°56°49°
CMYK 0.100.560.00   0.51
XYZ12.11957.912120.6271
Yxy7.91210.29810.1946
Hunter Lab28.128527.6842-23.7885
CIE-Lab33.799137.0112-29.0048

#72387e color RGB value is (114,56,126).

#72387e hex color red value is 114, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #72387e hue: 0.80 , saturation: 0.38 and the lightness value of 72387e is 0.36.

The process color (four color CMYK) of #72387e color hex is 0.10, 0.56, 0.00, 0.51. Web safe color of #72387e is #663366. Color #72387e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111000 01111110
Octal 162 70 176
Decimal 114 56 126
Hex 72 38 7E

RGB Percentages of Color #72387e

%38.51
%18.92
%42.57

CMYK Percentages of Color #72387e

%10
%56
%0
%51

Triadic Colors of #72387e

#72387e #7e7238 #387e72

Analogous Colors of #72387e

#72387e #7e3867 #4f387e

Monochromatic Colors of #72387e

#72387e

Complementary Color

#72387e #447e38

#72387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72387e Color CSS Codes

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

#72387e Text Font Color

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

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


#72387e Background Color

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

This div background color is #72387e


#72387e Border Color

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

This div border color is #72387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72387e


Comments

No comments written yet.

Please login to write comment.