Color Hex Logo

#574272 Color Hex

#574272
(87,66,114)
0 Favorites   0 Comments

Color spaces of #574272

RGB 8766114
HSL0.740.270.35
HSV266°42°45°
CMYK 0.240.420.00   0.55
XYZ8.91607.137616.8274
Yxy7.13760.27120.2171
Hunter Lab26.716312.8171-18.6427
CIE-Lab32.118119.7797-24.3664

#574272 color RGB value is (87,66,114).

#574272 hex color red value is 87, green value is 66 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #574272 hue: 0.74 , saturation: 0.27 and the lightness value of 574272 is 0.35.

The process color (four color CMYK) of #574272 color hex is 0.24, 0.42, 0.00, 0.55. Web safe color of #574272 is #663366. Color #574272 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 01110010
Octal 127 102 162
Decimal 87 66 114
Hex 57 42 72

RGB Percentages of Color #574272

%32.58
%24.72
%42.70

CMYK Percentages of Color #574272

%24
%42
%0
%55

Triadic Colors of #574272

#574272 #725742 #427257

Analogous Colors of #574272

#574272 #6f4272 #424572

Monochromatic Colors of #574272

#574272

Complementary Color

#574272 #5d7242

#574272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574272 Color CSS Codes

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

#574272 Text Font Color

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

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


#574272 Background Color

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

This div background color is #574272


#574272 Border Color

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

This div border color is #574272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574272


Comments

No comments written yet.

Please login to write comment.