Color Hex Logo

#572077 Color Hex

#572077
(87,32,119)
0 Favorites   0 Comments

Color spaces of #572077

RGB 8732119
HSL0.770.580.30
HSV278°73°47°
CMYK 0.270.730.00   0.53
XYZ7.77684.391217.8905
Yxy4.39120.25870.1461
Hunter Lab20.955229.5726-35.9502
CIE-Lab24.924740.6659-38.9830

#572077 color RGB value is (87,32,119).

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

The process color (four color CMYK) of #572077 color hex is 0.27, 0.73, 0.00, 0.53. Web safe color of #572077 is #663366. Color #572077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100000 01110111
Octal 127 40 167
Decimal 87 32 119
Hex 57 20 77

RGB Percentages of Color #572077

%36.55
%13.45
%50.00

CMYK Percentages of Color #572077

%27
%73
%0
%53

Triadic Colors of #572077

#572077 #775720 #207757

Analogous Colors of #572077

#572077 #77206c #2b2077

Monochromatic Colors of #572077

#572077

Complementary Color

#572077 #407720

#572077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572077 Color CSS Codes

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

#572077 Text Font Color

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

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


#572077 Background Color

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

This div background color is #572077


#572077 Border Color

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

This div border color is #572077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572077


Comments

No comments written yet.

Please login to write comment.