Color Hex Logo

#571344 Color Hex

#571344
(87,19,68)
0 Favorites   0 Comments

Color spaces of #571344

RGB 871968
HSL0.880.640.21
HSV317°78°34°
CMYK 0.000.780.22   0.66
XYZ5.20672.90935.7560
Yxy2.90930.37530.2097
Hunter Lab17.056724.6395-8.0685
CIE-Lab19.676936.1142-13.5495

#571344 color RGB value is (87,19,68).

#571344 hex color red value is 87, green value is 19 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #571344 hue: 0.88 , saturation: 0.64 and the lightness value of 571344 is 0.21.

The process color (four color CMYK) of #571344 color hex is 0.00, 0.78, 0.22, 0.66. Web safe color of #571344 is #660033. Color #571344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010011 01000100
Octal 127 23 104
Decimal 87 19 68
Hex 57 13 44

RGB Percentages of Color #571344

%50.00
%10.92
%39.08

CMYK Percentages of Color #571344

%0
%78
%22
%66

Triadic Colors of #571344

#571344 #445713 #134457

Analogous Colors of #571344

#571344 #571322 #481357

Monochromatic Colors of #571344

#571344

Complementary Color

#571344 #135726

#571344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571344 Color CSS Codes

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

#571344 Text Font Color

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

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


#571344 Background Color

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

This div background color is #571344


#571344 Border Color

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

This div border color is #571344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571344


Comments

No comments written yet.

Please login to write comment.