Color Hex Logo

#571381 Color Hex

#571381
(87,19,129)
0 Favorites   0 Comments

Color spaces of #571381

RGB 8719129
HSL0.770.740.29
HSV277°85°51°
CMYK 0.330.850.00   0.49
XYZ8.12584.077021.1275
Yxy4.07700.24380.1223
Hunter Lab20.191636.4994-47.9041
CIE-Lab23.924448.1773-46.9517

#571381 color RGB value is (87,19,129).

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

The process color (four color CMYK) of #571381 color hex is 0.33, 0.85, 0.00, 0.49. Web safe color of #571381 is #660099. Color #571381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010011 10000001
Octal 127 23 201
Decimal 87 19 129
Hex 57 13 81

RGB Percentages of Color #571381

%37.02
%8.09
%54.89

CMYK Percentages of Color #571381

%33
%85
%0
%49

Triadic Colors of #571381

#571381 #815713 #138157

Analogous Colors of #571381

#571381 #811374 #201381

Monochromatic Colors of #571381

#571381

Complementary Color

#571381 #3d8113

#571381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571381 Color CSS Codes

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

#571381 Text Font Color

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

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


#571381 Background Color

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

This div background color is #571381


#571381 Border Color

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

This div border color is #571381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571381


Comments

No comments written yet.

Please login to write comment.