Color Hex Logo

#572487 Color Hex

#572487
(87,36,135)
0 Favorites   0 Comments

Color spaces of #572487

RGB 8736135
HSL0.750.580.34
HSV271°73°53°
CMYK 0.360.730.00   0.47
XYZ8.93455.037323.4231
Yxy5.03730.23890.1347
Hunter Lab22.443931.7806-46.1659
CIE-Lab26.840842.6840-45.9737

#572487 color RGB value is (87,36,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100100 10000111
Octal 127 44 207
Decimal 87 36 135
Hex 57 24 87

RGB Percentages of Color #572487

%33.72
%13.95
%52.33

CMYK Percentages of Color #572487

%36
%73
%0
%47

Triadic Colors of #572487

#572487 #875724 #248757

Analogous Colors of #572487

#572487 #872486 #262487

Monochromatic Colors of #572487

#572487

Complementary Color

#572487 #548724

#572487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572487 Color CSS Codes

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

#572487 Text Font Color

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

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


#572487 Background Color

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

This div background color is #572487


#572487 Border Color

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

This div border color is #572487


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,36,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 #572487">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572487


Comments

No comments written yet.

Please login to write comment.