Color Hex Logo

#72397d Color Hex

#72397D
(114,57,125)
0 Favorites   0 Comments

Color spaces of #72397d

RGB 11457125
HSL0.810.370.36
HSV290°54°49°
CMYK 0.090.540.00   0.51
XYZ12.10427.984320.3052
Yxy7.98430.29970.1977
Hunter Lab28.256527.0149-22.8264
CIE-Lab33.950236.2543-28.1438

#72397d color RGB value is (114,57,125).

#72397d hex color red value is 114, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #72397d hue: 0.81 , saturation: 0.37 and the lightness value of 72397d is 0.36.

The process color (four color CMYK) of #72397d color hex is 0.09, 0.54, 0.00, 0.51. Web safe color of #72397d is #663366. Color #72397d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111001 01111101
Octal 162 71 175
Decimal 114 57 125
Hex 72 39 7D

RGB Percentages of Color #72397d

%38.51
%19.26
%42.23

CMYK Percentages of Color #72397d

%9
%54
%0
%51

Triadic Colors of #72397d

#72397d #7d7239 #397d72

Analogous Colors of #72397d

#72397d #7d3966 #50397d

Monochromatic Colors of #72397d

#72397d

Complementary Color

#72397d #447d39

#72397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72397d Color CSS Codes

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

#72397d Text Font Color

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

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


#72397d Background Color

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

This div background color is #72397d


#72397d Border Color

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

This div border color is #72397d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,57,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72397d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72397d;
  -webkit-box-shadow: 1px 1px 3px 2px #72397d;
  box-shadow:         1px 1px 3px 2px #72397d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72397d


Comments

No comments written yet.

Please login to write comment.