Color Hex Logo

#72577b Color Hex

#72577B
(114,87,123)
0 Favorites   0 Comments

Color spaces of #72577b

RGB 11487123
HSL0.790.170.41
HSV285°29°48°
CMYK 0.070.290.00   0.52
XYZ13.922811.823920.2873
Yxy11.82390.30240.2569
Hunter Lab34.385912.0991-10.9103
CIE-Lab40.934918.1632-16.0676

#72577b color RGB value is (114,87,123).

#72577b hex color red value is 114, green value is 87 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #72577b hue: 0.79 , saturation: 0.17 and the lightness value of 72577b is 0.41.

The process color (four color CMYK) of #72577b color hex is 0.07, 0.29, 0.00, 0.52. Web safe color of #72577b is #666666. Color #72577b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010111 01111011
Octal 162 127 173
Decimal 114 87 123
Hex 72 57 7B

RGB Percentages of Color #72577b

%35.19
%26.85
%37.96

CMYK Percentages of Color #72577b

%7
%29
%0
%52

Triadic Colors of #72577b

#72577b #7b7257 #577b72

Analogous Colors of #72577b

#72577b #7b5772 #60577b

Monochromatic Colors of #72577b

#72577b

Complementary Color

#72577b #607b57

#72577b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72577b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72577b Color CSS Codes

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

#72577b Text Font Color

<p style="color:#72577b">Text here</p>

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


#72577b Background Color

<div style="background-color:#72577b">
Div content here</div>

This div background color is #72577b


#72577b Border Color

<div style="border:3px solid #72577b">
Div here</div>

This div border color is #72577b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,87,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72577b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72577b;
  -webkit-box-shadow: 1px 1px 3px 2px #72577b;
  box-shadow:         1px 1px 3px 2px #72577b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72577b

#72577b Color Palettes


Comments

No comments written yet.

Please login to write comment.