Color Hex Logo

#572489 Color Hex

#572489
(87,36,137)
0 Favorites   0 Comments

Color spaces of #572489

RGB 8736137
HSL0.750.580.34
HSV270°74°54°
CMYK 0.360.740.00   0.46
XYZ9.07675.094124.1718
Yxy5.09410.23670.1329
Hunter Lab22.570132.2871-47.6984
CIE-Lab27.001243.1923-46.9606

#572489 color RGB value is (87,36,137).

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

The process color (four color CMYK) of #572489 color hex is 0.36, 0.74, 0.00, 0.46. Web safe color of #572489 is #663399. Color #572489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100100 10001001
Octal 127 44 211
Decimal 87 36 137
Hex 57 24 89

RGB Percentages of Color #572489

%33.46
%13.85
%52.69

CMYK Percentages of Color #572489

%36
%74
%0
%46

Triadic Colors of #572489

#572489 #895724 #248957

Analogous Colors of #572489

#572489 #892489 #252489

Monochromatic Colors of #572489

#572489

Complementary Color

#572489 #568924

#572489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572489 Color CSS Codes

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

#572489 Text Font Color

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

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


#572489 Background Color

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

This div background color is #572489


#572489 Border Color

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

This div border color is #572489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572489


Comments

No comments written yet.

Please login to write comment.