Color Hex Logo

#574255 Color Hex

#574255
(87,66,85)
0 Favorites   0 Comments

Color spaces of #574255

RGB 876685
HSL0.850.140.30
HSV306°24°34°
CMYK 0.000.240.02   0.66
XYZ7.51846.57859.4679
Yxy6.57850.31910.2792
Hunter Lab25.64867.4389-3.9323
CIE-Lab30.827412.7919-7.8687

#574255 color RGB value is (87,66,85).

#574255 hex color red value is 87, green value is 66 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #574255 hue: 0.85 , saturation: 0.14 and the lightness value of 574255 is 0.30.

The process color (four color CMYK) of #574255 color hex is 0.00, 0.24, 0.02, 0.66. Web safe color of #574255 is #663366. Color #574255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 01010101
Octal 127 102 125
Decimal 87 66 85
Hex 57 42 55

RGB Percentages of Color #574255

%36.55
%27.73
%35.71

CMYK Percentages of Color #574255

%0
%24
%2
%66

Triadic Colors of #574255

#574255 #555742 #425557

Analogous Colors of #574255

#574255 #57424b #4f4257

Monochromatic Colors of #574255

#574255

Complementary Color

#574255 #425744

#574255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574255 Color CSS Codes

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

#574255 Text Font Color

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

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


#574255 Background Color

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

This div background color is #574255


#574255 Border Color

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

This div border color is #574255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574255


Comments

No comments written yet.

Please login to write comment.