Color Hex Logo

#574675 Color Hex

#574675
(87,70,117)
0 Favorites   0 Comments

Color spaces of #574675

RGB 8770117
HSL0.730.250.37
HSV262°40°46°
CMYK 0.260.400.00   0.54
XYZ9.33157.690917.8223
Yxy7.69090.26780.2207
Hunter Lab27.732511.5304-18.6900
CIE-Lab33.330718.0289-24.3506

#574675 color RGB value is (87,70,117).

#574675 hex color red value is 87, green value is 70 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #574675 hue: 0.73 , saturation: 0.25 and the lightness value of 574675 is 0.37.

The process color (four color CMYK) of #574675 color hex is 0.26, 0.40, 0.00, 0.54. Web safe color of #574675 is #663366. Color #574675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000110 01110101
Octal 127 106 165
Decimal 87 70 117
Hex 57 46 75

RGB Percentages of Color #574675

%31.75
%25.55
%42.70

CMYK Percentages of Color #574675

%26
%40
%0
%54

Triadic Colors of #574675

#574675 #755746 #467557

Analogous Colors of #574675

#574675 #6f4675 #464d75

Monochromatic Colors of #574675

#574675

Complementary Color

#574675 #647546

#574675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574675 Color CSS Codes

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

#574675 Text Font Color

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

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


#574675 Background Color

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

This div background color is #574675


#574675 Border Color

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

This div border color is #574675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574675


Comments

No comments written yet.

Please login to write comment.