Color Hex Logo

#571460 Color Hex

#571460
(87,20,96)
0 Favorites   0 Comments

Color spaces of #571460

RGB 872096
HSL0.810.660.23
HSV293°79°38°
CMYK 0.090.790.00   0.62
XYZ6.29203.371111.3854
Yxy3.37110.29890.1602
Hunter Lab18.360629.0394-23.9134
CIE-Lab21.472740.7444-29.6154

#571460 color RGB value is (87,20,96).

#571460 hex color red value is 87, green value is 20 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #571460 hue: 0.81 , saturation: 0.66 and the lightness value of 571460 is 0.23.

The process color (four color CMYK) of #571460 color hex is 0.09, 0.79, 0.00, 0.62. Web safe color of #571460 is #660066. Color #571460 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 01100000
Octal 127 24 140
Decimal 87 20 96
Hex 57 14 60

RGB Percentages of Color #571460

%42.86
%9.85
%47.29

CMYK Percentages of Color #571460

%9
%79
%0
%62

Triadic Colors of #571460

#571460 #605714 #146057

Analogous Colors of #571460

#571460 #601443 #311460

Monochromatic Colors of #571460

#571460

Complementary Color

#571460 #1d6014

#571460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571460 Color CSS Codes

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

#571460 Text Font Color

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

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


#571460 Background Color

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

This div background color is #571460


#571460 Border Color

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

This div border color is #571460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571460


Comments

No comments written yet.

Please login to write comment.