Color Hex Logo

#575186 Color Hex

#575186
(87,81,134)
0 Favorites   0 Comments

Color spaces of #575186

RGB 8781134
HSL0.690.250.42
HSV247°40°53°
CMYK 0.350.400.00   0.47
XYZ11.17609.632323.8244
Yxy9.63230.25040.2158
Hunter Lab31.03599.9647-23.7881
CIE-Lab37.174215.7555-28.8379

#575186 color RGB value is (87,81,134).

#575186 hex color red value is 87, green value is 81 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #575186 hue: 0.69 , saturation: 0.25 and the lightness value of 575186 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 10000110
Octal 127 121 206
Decimal 87 81 134
Hex 57 51 86

RGB Percentages of Color #575186

%28.81
%26.82
%44.37

CMYK Percentages of Color #575186

%35
%40
%0
%47

Triadic Colors of #575186

#575186 #865751 #518657

Analogous Colors of #575186

#575186 #725186 #516686

Monochromatic Colors of #575186

#575186

Complementary Color

#575186 #808651

#575186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575186 Color CSS Codes

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

#575186 Text Font Color

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

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


#575186 Background Color

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

This div background color is #575186


#575186 Border Color

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

This div border color is #575186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575186


Comments

No comments written yet.

Please login to write comment.