Color Hex Logo

#574966 Color Hex

#574966
(87,73,102)
0 Favorites   0 Comments

Color spaces of #574966

RGB 8773102
HSL0.750.170.34
HSV269°28°40°
CMYK 0.150.280.00   0.60
XYZ8.71137.750613.6073
Yxy7.75060.28970.2578
Hunter Lab27.83997.1341-9.4912
CIE-Lab33.458012.2524-14.7201

#574966 color RGB value is (87,73,102).

#574966 hex color red value is 87, green value is 73 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #574966 hue: 0.75 , saturation: 0.17 and the lightness value of 574966 is 0.34.

The process color (four color CMYK) of #574966 color hex is 0.15, 0.28, 0.00, 0.60. Web safe color of #574966 is #663366. Color #574966 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 01100110
Octal 127 111 146
Decimal 87 73 102
Hex 57 49 66

RGB Percentages of Color #574966

%33.21
%27.86
%38.93

CMYK Percentages of Color #574966

%15
%28
%0
%60

Triadic Colors of #574966

#574966 #665749 #496657

Analogous Colors of #574966

#574966 #664966 #494a66

Monochromatic Colors of #574966

#574966

Complementary Color

#574966 #586649

#574966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574966 Color CSS Codes

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

#574966 Text Font Color

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

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


#574966 Background Color

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

This div background color is #574966


#574966 Border Color

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

This div border color is #574966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574966


Comments

No comments written yet.

Please login to write comment.