Color Hex Logo

#571976 Color Hex

#571976
(87,25,118)
0 Favorites   0 Comments

Color spaces of #571976

RGB 8725118
HSL0.780.650.28
HSV280°79°46°
CMYK 0.260.790.00   0.54
XYZ7.54814.029517.5195
Yxy4.02950.25940.1385
Hunter Lab20.073631.9909-37.6946
CIE-Lab23.768743.4996-40.2136

#571976 color RGB value is (87,25,118).

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

The process color (four color CMYK) of #571976 color hex is 0.26, 0.79, 0.00, 0.54. Web safe color of #571976 is #660066. Color #571976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011001 01110110
Octal 127 31 166
Decimal 87 25 118
Hex 57 19 76

RGB Percentages of Color #571976

%37.83
%10.87
%51.30

CMYK Percentages of Color #571976

%26
%79
%0
%54

Triadic Colors of #571976

#571976 #765719 #197657

Analogous Colors of #571976

#571976 #761967 #281976

Monochromatic Colors of #571976

#571976

Complementary Color

#571976 #387619

#571976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571976 Color CSS Codes

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

#571976 Text Font Color

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

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


#571976 Background Color

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

This div background color is #571976


#571976 Border Color

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

This div border color is #571976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571976


Comments

No comments written yet.

Please login to write comment.