Color Hex Logo

#575196 Color Hex

#575196
(87,81,150)
0 Favorites   0 Comments

Color spaces of #575196

RGB 8781150
HSL0.680.300.45
HSV245°46°59°
CMYK 0.420.460.00   0.41
XYZ12.377910.113130.1538
Yxy10.11310.23510.1921
Hunter Lab31.801113.8254-33.9580
CIE-Lab38.044720.4876-37.1835

#575196 color RGB value is (87,81,150).

#575196 hex color red value is 87, green value is 81 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #575196 hue: 0.68 , saturation: 0.30 and the lightness value of 575196 is 0.45.

The process color (four color CMYK) of #575196 color hex is 0.42, 0.46, 0.00, 0.41. Web safe color of #575196 is #666699. Color #575196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 10010110
Octal 127 121 226
Decimal 87 81 150
Hex 57 51 96

RGB Percentages of Color #575196

%27.36
%25.47
%47.17

CMYK Percentages of Color #575196

%42
%46
%0
%41

Triadic Colors of #575196

#575196 #965751 #519657

Analogous Colors of #575196

#575196 #7a5196 #516e96

Monochromatic Colors of #575196

#575196

Complementary Color

#575196 #909651

#575196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575196 Color CSS Codes

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

#575196 Text Font Color

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

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


#575196 Background Color

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

This div background color is #575196


#575196 Border Color

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

This div border color is #575196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575196


Comments

No comments written yet.

Please login to write comment.