Color Hex Logo

#572587 Color Hex

#572587
(87,37,135)
0 Favorites   0 Comments

Color spaces of #572587

RGB 8737135
HSL0.750.570.34
HSV271°73°53°
CMYK 0.360.730.00   0.47
XYZ8.96525.098623.4333
Yxy5.09860.23910.1360
Hunter Lab22.580131.3565-45.7243
CIE-Lab27.013842.1981-45.6927

#572587 color RGB value is (87,37,135).

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

The process color (four color CMYK) of #572587 color hex is 0.36, 0.73, 0.00, 0.47. Web safe color of #572587 is #663399. Color #572587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100101 10000111
Octal 127 45 207
Decimal 87 37 135
Hex 57 25 87

RGB Percentages of Color #572587

%33.59
%14.29
%52.12

CMYK Percentages of Color #572587

%36
%73
%0
%47

Triadic Colors of #572587

#572587 #875725 #258757

Analogous Colors of #572587

#572587 #872586 #262587

Monochromatic Colors of #572587

#572587

Complementary Color

#572587 #558725

#572587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572587 Color CSS Codes

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

#572587 Text Font Color

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

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


#572587 Background Color

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

This div background color is #572587


#572587 Border Color

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

This div border color is #572587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572587


Comments

No comments written yet.

Please login to write comment.