Color Hex Logo

#571972 Color Hex

#571972
(87,25,114)
0 Favorites   0 Comments

Color spaces of #571972

RGB 8725114
HSL0.780.640.27
HSV282°78°45°
CMYK 0.240.780.00   0.55
XYZ7.31543.936416.2938
Yxy3.93640.26560.1429
Hunter Lab19.840431.0946-34.8034
CIE-Lab23.460142.5984-38.1474

#571972 color RGB value is (87,25,114).

#571972 hex color red value is 87, green value is 25 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #571972 hue: 0.78 , saturation: 0.64 and the lightness value of 571972 is 0.27.

The process color (four color CMYK) of #571972 color hex is 0.24, 0.78, 0.00, 0.55. Web safe color of #571972 is #660066. Color #571972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011001 01110010
Octal 127 31 162
Decimal 87 25 114
Hex 57 19 72

RGB Percentages of Color #571972

%38.50
%11.06
%50.44

CMYK Percentages of Color #571972

%24
%78
%0
%55

Triadic Colors of #571972

#571972 #725719 #197257

Analogous Colors of #571972

#571972 #721960 #2b1972

Monochromatic Colors of #571972

#571972

Complementary Color

#571972 #347219

#571972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571972 Color CSS Codes

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

#571972 Text Font Color

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

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


#571972 Background Color

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

This div background color is #571972


#571972 Border Color

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

This div border color is #571972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571972


Comments

No comments written yet.

Please login to write comment.