Color Hex Logo

#572987 Color Hex

#572987
(87,41,135)
0 Favorites   0 Comments

Color spaces of #572987

RGB 8741135
HSL0.750.530.35
HSV269°70°53°
CMYK 0.360.700.00   0.47
XYZ9.09665.361423.4771
Yxy5.36140.23980.1413
Hunter Lab23.154729.6051-43.9073
CIE-Lab27.740540.1724-44.5144

#572987 color RGB value is (87,41,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 10000111
Octal 127 51 207
Decimal 87 41 135
Hex 57 29 87

RGB Percentages of Color #572987

%33.08
%15.59
%51.33

CMYK Percentages of Color #572987

%36
%70
%0
%47

Triadic Colors of #572987

#572987 #875729 #298757

Analogous Colors of #572987

#572987 #862987 #292a87

Monochromatic Colors of #572987

#572987

Complementary Color

#572987 #598729

#572987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572987 Color CSS Codes

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

#572987 Text Font Color

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

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


#572987 Background Color

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

This div background color is #572987


#572987 Border Color

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

This div border color is #572987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572987


Comments

No comments written yet.

Please login to write comment.