Color Hex Logo

#72557b Color Hex

#72557B
(114,85,123)
0 Favorites   0 Comments

Color spaces of #72557b

RGB 11485123
HSL0.790.180.41
HSV286°31°48°
CMYK 0.070.310.00   0.52
XYZ13.763111.504520.2341
Yxy11.50450.30250.2528
Hunter Lab33.918313.0734-11.6269
CIE-Lab40.417519.3815-16.8597

#72557b color RGB value is (114,85,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 01111011
Octal 162 125 173
Decimal 114 85 123
Hex 72 55 7B

RGB Percentages of Color #72557b

%35.40
%26.40
%38.20

CMYK Percentages of Color #72557b

%7
%31
%0
%52

Triadic Colors of #72557b

#72557b #7b7255 #557b72

Analogous Colors of #72557b

#72557b #7b5571 #5f557b

Monochromatic Colors of #72557b

#72557b

Complementary Color

#72557b #5e7b55

#72557b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72557b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72557b Color CSS Codes

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

#72557b Text Font Color

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

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


#72557b Background Color

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

This div background color is #72557b


#72557b Border Color

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

This div border color is #72557b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72557b


Comments

No comments written yet.

Please login to write comment.