Color Hex Logo

#571459 Color Hex

#571459
(87,20,89)
0 Favorites   0 Comments

Color spaces of #571459

RGB 872089
HSL0.830.630.21
HSV298°78°35°
CMYK 0.020.780.00   0.65
XYZ5.98383.24789.7627
Yxy3.24780.31500.1710
Hunter Lab18.021727.7302-19.5035
CIE-Lab21.010239.3802-25.7052

#571459 color RGB value is (87,20,89).

#571459 hex color red value is 87, green value is 20 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #571459 hue: 0.83 , saturation: 0.63 and the lightness value of 571459 is 0.21.

The process color (four color CMYK) of #571459 color hex is 0.02, 0.78, 0.00, 0.65. Web safe color of #571459 is #660066. Color #571459 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 01011001
Octal 127 24 131
Decimal 87 20 89
Hex 57 14 59

RGB Percentages of Color #571459

%44.39
%10.20
%45.41

CMYK Percentages of Color #571459

%2
%78
%0
%65

Triadic Colors of #571459

#571459 #595714 #145957

Analogous Colors of #571459

#571459 #591438 #351459

Monochromatic Colors of #571459

#571459

Complementary Color

#571459 #165914

#571459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571459 Color CSS Codes

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

#571459 Text Font Color

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

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


#571459 Background Color

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

This div background color is #571459


#571459 Border Color

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

This div border color is #571459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571459


Comments

No comments written yet.

Please login to write comment.