Color Hex Logo

#572582 Color Hex

#572582
(87,37,130)
0 Favorites   0 Comments

Color spaces of #572582

RGB 8737130
HSL0.760.560.33
HSV272°72°51°
CMYK 0.330.720.00   0.49
XYZ8.62134.961121.6223
Yxy4.96110.24490.1409
Hunter Lab22.273530.1124-41.9650
CIE-Lab26.623740.9317-43.1948

#572582 color RGB value is (87,37,130).

#572582 hex color red value is 87, green value is 37 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #572582 hue: 0.76 , saturation: 0.56 and the lightness value of 572582 is 0.33.

The process color (four color CMYK) of #572582 color hex is 0.33, 0.72, 0.00, 0.49. Web safe color of #572582 is #663399. Color #572582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100101 10000010
Octal 127 45 202
Decimal 87 37 130
Hex 57 25 82

RGB Percentages of Color #572582

%34.25
%14.57
%51.18

CMYK Percentages of Color #572582

%33
%72
%0
%49

Triadic Colors of #572582

#572582 #825725 #258257

Analogous Colors of #572582

#572582 #82257f #292582

Monochromatic Colors of #572582

#572582

Complementary Color

#572582 #508225

#572582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572582 Color CSS Codes

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

#572582 Text Font Color

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

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


#572582 Background Color

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

This div background color is #572582


#572582 Border Color

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

This div border color is #572582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572582


Comments

No comments written yet.

Please login to write comment.