Color Hex Logo

#571146 Color Hex

#571146
(87,17,70)
0 Favorites   0 Comments

Color spaces of #571146

RGB 871770
HSL0.870.670.20
HSV315°80°34°
CMYK 0.000.800.20   0.66
XYZ5.23642.86936.0722
Yxy2.86930.36930.2024
Hunter Lab16.939025.5369-9.3966
CIE-Lab19.512737.1826-15.1827

#571146 color RGB value is (87,17,70).

#571146 hex color red value is 87, green value is 17 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #571146 hue: 0.87 , saturation: 0.67 and the lightness value of 571146 is 0.20.

The process color (four color CMYK) of #571146 color hex is 0.00, 0.80, 0.20, 0.66. Web safe color of #571146 is #660033. Color #571146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010001 01000110
Octal 127 21 106
Decimal 87 17 70
Hex 57 11 46

RGB Percentages of Color #571146

%50.00
%9.77
%40.23

CMYK Percentages of Color #571146

%0
%80
%20
%66

Triadic Colors of #571146

#571146 #465711 #114657

Analogous Colors of #571146

#571146 #571123 #451157

Monochromatic Colors of #571146

#571146

Complementary Color

#571146 #115722

#571146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571146 Color CSS Codes

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

#571146 Text Font Color

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

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


#571146 Background Color

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

This div background color is #571146


#571146 Border Color

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

This div border color is #571146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571146


Comments

No comments written yet.

Please login to write comment.