Color Hex Logo

#571baa Color Hex

#571BAA
(87,27,170)
0 Favorites   0 Comments

Color spaces of #571baa

RGB 8727170
HSL0.740.730.39
HSV265°84°67°
CMYK 0.490.840.00   0.33
XYZ11.57815.712438.5226
Yxy5.71240.20740.1023
Hunter Lab23.900644.6441-78.8321
CIE-Lab28.675055.2935-64.4282

#571baa color RGB value is (87,27,170).

#571baa hex color red value is 87, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #571baa hue: 0.74 , saturation: 0.73 and the lightness value of 571baa is 0.39.

The process color (four color CMYK) of #571baa color hex is 0.49, 0.84, 0.00, 0.33. Web safe color of #571baa is #663399. Color #571baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011011 10101010
Octal 127 33 252
Decimal 87 27 170
Hex 57 1B AA

RGB Percentages of Color #571baa

%30.63
%9.51
%59.86

CMYK Percentages of Color #571baa

%49
%84
%0
%33

Triadic Colors of #571baa

#571baa #aa571b #1baa57

Analogous Colors of #571baa

#571baa #9f1baa #1b27aa

Monochromatic Colors of #571baa

#571baa

Complementary Color

#571baa #6eaa1b

#571baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#571baa Color CSS Codes

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

#571baa Text Font Color

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

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


#571baa Background Color

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

This div background color is #571baa


#571baa Border Color

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

This div border color is #571baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,27,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #571baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #571baa;
  -webkit-box-shadow: 1px 1px 3px 2px #571baa;
  box-shadow:         1px 1px 3px 2px #571baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571baa


Comments

No comments written yet.

Please login to write comment.