Color Hex Logo

#571cab Color Hex

#571CAB
(87,28,171)
0 Favorites   0 Comments

Color spaces of #571cab

RGB 8728171
HSL0.740.720.39
HSV265°84°67°
CMYK 0.490.840.00   0.33
XYZ11.69645.797039.0305
Yxy5.79700.20690.1026
Hunter Lab24.077044.5792-79.2595
CIE-Lab28.894455.1889-64.6687

#571cab color RGB value is (87,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011100 10101011
Octal 127 34 253
Decimal 87 28 171
Hex 57 1C AB

RGB Percentages of Color #571cab

%30.42
%9.79
%59.79

CMYK Percentages of Color #571cab

%49
%84
%0
%33

Triadic Colors of #571cab

#571cab #ab571c #1cab57

Analogous Colors of #571cab

#571cab #9f1cab #1c29ab

Monochromatic Colors of #571cab

#571cab

Complementary Color

#571cab #70ab1c

#571cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#571cab Color CSS Codes

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

#571cab Text Font Color

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

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


#571cab Background Color

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

This div background color is #571cab


#571cab Border Color

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

This div border color is #571cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571cab


Comments

No comments written yet.

Please login to write comment.