Color Hex Logo

#571084 Color Hex

#571084
(87,16,132)
0 Favorites   0 Comments

Color spaces of #571084

RGB 8716132
HSL0.770.780.29
HSV277°88°52°
CMYK 0.340.880.00   0.48
XYZ8.28064.062822.1775
Yxy4.06280.23990.1177
Hunter Lab20.156438.0573-51.1256
CIE-Lab23.878049.7673-48.9189

#571084 color RGB value is (87,16,132).

#571084 hex color red value is 87, green value is 16 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #571084 hue: 0.77 , saturation: 0.78 and the lightness value of 571084 is 0.29.

The process color (four color CMYK) of #571084 color hex is 0.34, 0.88, 0.00, 0.48. Web safe color of #571084 is #660099. Color #571084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010000 10000100
Octal 127 20 204
Decimal 87 16 132
Hex 57 10 84

RGB Percentages of Color #571084

%37.02
%6.81
%56.17

CMYK Percentages of Color #571084

%34
%88
%0
%48

Triadic Colors of #571084

#571084 #845710 #108457

Analogous Colors of #571084

#571084 #841077 #1d1084

Monochromatic Colors of #571084

#571084

Complementary Color

#571084 #3d8410

#571084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571084 Color CSS Codes

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

#571084 Text Font Color

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

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


#571084 Background Color

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

This div background color is #571084


#571084 Border Color

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

This div border color is #571084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571084


Comments

No comments written yet.

Please login to write comment.