Color Hex Logo

#72597d Color Hex

#72597D
(114,89,125)
0 Favorites   0 Comments

Color spaces of #72597d

RGB 11489125
HSL0.780.170.42
HSV282°29°49°
CMYK 0.090.290.00   0.51
XYZ14.213512.202821.0083
Yxy12.20280.29970.2573
Hunter Lab34.932511.4970-11.2041
CIE-Lab41.536617.3911-16.3676

#72597d color RGB value is (114,89,125).

#72597d hex color red value is 114, green value is 89 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #72597d hue: 0.78 , saturation: 0.17 and the lightness value of 72597d is 0.42.

The process color (four color CMYK) of #72597d color hex is 0.09, 0.29, 0.00, 0.51. Web safe color of #72597d is #666666. Color #72597d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011001 01111101
Octal 162 131 175
Decimal 114 89 125
Hex 72 59 7D

RGB Percentages of Color #72597d

%34.76
%27.13
%38.11

CMYK Percentages of Color #72597d

%9
%29
%0
%51

Triadic Colors of #72597d

#72597d #7d7259 #597d72

Analogous Colors of #72597d

#72597d #7d5976 #60597d

Monochromatic Colors of #72597d

#72597d

Complementary Color

#72597d #647d59

#72597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72597d Color CSS Codes

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

#72597d Text Font Color

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

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


#72597d Background Color

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

This div background color is #72597d


#72597d Border Color

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

This div border color is #72597d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,89,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 #72597d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72597d


Comments

No comments written yet.

Please login to write comment.