Color Hex Logo

#576295 Color Hex

#576295
(87,98,149)
0 Favorites   0 Comments

Color spaces of #576295

RGB 8798149
HSL0.640.260.46
HSV229°42°58°
CMYK 0.420.340.00   0.42
XYZ13.723012.931530.2065
Yxy12.93150.24130.2274
Hunter Lab35.96045.1875-24.6309
CIE-Lab42.65999.4610-29.3021

#576295 color RGB value is (87,98,149).

#576295 hex color red value is 87, green value is 98 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #576295 hue: 0.64 , saturation: 0.26 and the lightness value of 576295 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100010 10010101
Octal 127 142 225
Decimal 87 98 149
Hex 57 62 95

RGB Percentages of Color #576295

%26.05
%29.34
%44.61

CMYK Percentages of Color #576295

%42
%34
%0
%42

Triadic Colors of #576295

#576295 #955762 #629557

Analogous Colors of #576295

#576295 #6b5795 #578195

Monochromatic Colors of #576295

#576295

Complementary Color

#576295 #958a57

#576295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576295 Color CSS Codes

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

#576295 Text Font Color

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

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


#576295 Background Color

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

This div background color is #576295


#576295 Border Color

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

This div border color is #576295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576295


Comments

No comments written yet.

Please login to write comment.