Color Hex Logo

#571771 Color Hex

#571771
(87,23,113)
0 Favorites   0 Comments

Color spaces of #571771

RGB 8723113
HSL0.790.660.27
HSV283°80°44°
CMYK 0.230.800.00   0.56
XYZ7.21753.831315.9819
Yxy3.83130.26700.1417
Hunter Lab19.573731.5651-34.7086
CIE-Lab23.105743.1728-38.0765

#571771 color RGB value is (87,23,113).

#571771 hex color red value is 87, green value is 23 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #571771 hue: 0.79 , saturation: 0.66 and the lightness value of 571771 is 0.27.

The process color (four color CMYK) of #571771 color hex is 0.23, 0.80, 0.00, 0.56. Web safe color of #571771 is #660066. Color #571771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010111 01110001
Octal 127 27 161
Decimal 87 23 113
Hex 57 17 71

RGB Percentages of Color #571771

%39.01
%10.31
%50.67

CMYK Percentages of Color #571771

%23
%80
%0
%56

Triadic Colors of #571771

#571771 #715717 #177157

Analogous Colors of #571771

#571771 #71175e #2a1771

Monochromatic Colors of #571771

#571771

Complementary Color

#571771 #317117

#571771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571771 Color CSS Codes

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

#571771 Text Font Color

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

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


#571771 Background Color

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

This div background color is #571771


#571771 Border Color

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

This div border color is #571771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571771


Comments

No comments written yet.

Please login to write comment.