Color Hex Logo

#571fab Color Hex

#571FAB
(87,31,171)
0 Favorites   0 Comments

Color spaces of #571fab

RGB 8731171
HSL0.730.690.40
HSV264°82°67°
CMYK 0.490.820.00   0.33
XYZ11.77125.946539.0555
Yxy5.94650.20730.1047
Hunter Lab24.385443.4899-77.8885
CIE-Lab29.277154.0685-64.0393

#571fab color RGB value is (87,31,171).

#571fab hex color red value is 87, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #571fab hue: 0.73 , saturation: 0.69 and the lightness value of 571fab is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011111 10101011
Octal 127 37 253
Decimal 87 31 171
Hex 57 1F AB

RGB Percentages of Color #571fab

%30.10
%10.73
%59.17

CMYK Percentages of Color #571fab

%49
%82
%0
%33

Triadic Colors of #571fab

#571fab #ab571f #1fab57

Analogous Colors of #571fab

#571fab #9d1fab #1f2dab

Monochromatic Colors of #571fab

#571fab

Complementary Color

#571fab #73ab1f

#571fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#571fab Color CSS Codes

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

#571fab Text Font Color

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

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


#571fab Background Color

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

This div background color is #571fab


#571fab Border Color

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

This div border color is #571fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,31,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 #571fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571fab


Comments

No comments written yet.

Please login to write comment.