Color Hex Logo

#575281 Color Hex

#575281
(87,82,129)
0 Favorites   0 Comments

Color spaces of #575281

RGB 8782129
HSL0.680.220.41
HSV246°36°51°
CMYK 0.330.360.00   0.49
XYZ10.91029.645822.0557
Yxy9.64580.25600.2264
Hunter Lab31.05778.3540-20.3646
CIE-Lab37.199113.6909-25.7357

#575281 color RGB value is (87,82,129).

#575281 hex color red value is 87, green value is 82 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #575281 hue: 0.68 , saturation: 0.22 and the lightness value of 575281 is 0.41.

The process color (four color CMYK) of #575281 color hex is 0.33, 0.36, 0.00, 0.49. Web safe color of #575281 is #666699. Color #575281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 10000001
Octal 127 122 201
Decimal 87 82 129
Hex 57 52 81

RGB Percentages of Color #575281

%29.19
%27.52
%43.29

CMYK Percentages of Color #575281

%33
%36
%0
%49

Triadic Colors of #575281

#575281 #815752 #528157

Analogous Colors of #575281

#575281 #6f5281 #526581

Monochromatic Colors of #575281

#575281

Complementary Color

#575281 #7c8152

#575281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575281 Color CSS Codes

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

#575281 Text Font Color

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

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


#575281 Background Color

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

This div background color is #575281


#575281 Border Color

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

This div border color is #575281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575281


Comments

No comments written yet.

Please login to write comment.