Color Hex Logo

#576299 Color Hex

#576299
(87,98,153)
0 Favorites   0 Comments

Color spaces of #576299

RGB 8798153
HSL0.640.280.47
HSV230°43°60°
CMYK 0.430.360.00   0.40
XYZ14.047913.061531.9177
Yxy13.06150.23800.2213
Hunter Lab36.14076.1368-27.0635
CIE-Lab42.855810.6705-31.3824

#576299 color RGB value is (87,98,153).

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

The process color (four color CMYK) of #576299 color hex is 0.43, 0.36, 0.00, 0.40. Web safe color of #576299 is #666699. Color #576299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100010 10011001
Octal 127 142 231
Decimal 87 98 153
Hex 57 62 99

RGB Percentages of Color #576299

%25.74
%28.99
%45.27

CMYK Percentages of Color #576299

%43
%36
%0
%40

Triadic Colors of #576299

#576299 #995762 #629957

Analogous Colors of #576299

#576299 #6d5799 #578399

Monochromatic Colors of #576299

#576299

Complementary Color

#576299 #998e57

#576299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576299 Color CSS Codes

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

#576299 Text Font Color

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

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


#576299 Background Color

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

This div background color is #576299


#576299 Border Color

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

This div border color is #576299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576299


Comments

No comments written yet.

Please login to write comment.