Color Hex Logo

#572476 Color Hex

#572476
(87,36,118)
0 Favorites   0 Comments

Color spaces of #572476

RGB 8736118
HSL0.770.530.30
HSV277°69°46°
CMYK 0.260.690.00   0.54
XYZ7.83144.596017.6139
Yxy4.59600.26070.1530
Hunter Lab21.438327.6890-33.7064
CIE-Lab25.551338.4719-37.3352

#572476 color RGB value is (87,36,118).

#572476 hex color red value is 87, green value is 36 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #572476 hue: 0.77 , saturation: 0.53 and the lightness value of 572476 is 0.30.

The process color (four color CMYK) of #572476 color hex is 0.26, 0.69, 0.00, 0.54. Web safe color of #572476 is #663366. Color #572476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100100 01110110
Octal 127 44 166
Decimal 87 36 118
Hex 57 24 76

RGB Percentages of Color #572476

%36.10
%14.94
%48.96

CMYK Percentages of Color #572476

%26
%69
%0
%54

Triadic Colors of #572476

#572476 #765724 #247657

Analogous Colors of #572476

#572476 #76246c #2e2476

Monochromatic Colors of #572476

#572476

Complementary Color

#572476 #437624

#572476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572476 Color CSS Codes

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

#572476 Text Font Color

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

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


#572476 Background Color

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

This div background color is #572476


#572476 Border Color

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

This div border color is #572476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,36,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 #572476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572476


Comments

No comments written yet.

Please login to write comment.