Color Hex Logo

#575690 Color Hex

#575690
(87,86,144)
0 Favorites   0 Comments

Color spaces of #575690

RGB 8786144
HSL0.670.250.45
HSV241°40°56°
CMYK 0.400.400.00   0.44
XYZ12.292310.695427.8021
Yxy10.69540.24200.2106
Hunter Lab32.70389.8606-27.5108
CIE-Lab39.062615.5141-31.9471

#575690 color RGB value is (87,86,144).

#575690 hex color red value is 87, green value is 86 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #575690 hue: 0.67 , saturation: 0.25 and the lightness value of 575690 is 0.45.

The process color (four color CMYK) of #575690 color hex is 0.40, 0.40, 0.00, 0.44. Web safe color of #575690 is #666699. Color #575690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010110 10010000
Octal 127 126 220
Decimal 87 86 144
Hex 57 56 90

RGB Percentages of Color #575690

%27.44
%27.13
%45.43

CMYK Percentages of Color #575690

%40
%40
%0
%44

Triadic Colors of #575690

#575690 #905756 #569057

Analogous Colors of #575690

#575690 #745690 #567290

Monochromatic Colors of #575690

#575690

Complementary Color

#575690 #8f9056

#575690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575690 Color CSS Codes

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

#575690 Text Font Color

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

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


#575690 Background Color

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

This div background color is #575690


#575690 Border Color

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

This div border color is #575690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575690


Comments

No comments written yet.

Please login to write comment.