Color Hex Logo

#572997 Color Hex

#572997
(87,41,151)
0 Favorites   0 Comments

Color spaces of #572997

RGB 8741151
HSL0.740.570.38
HSV265°73°59°
CMYK 0.420.730.00   0.41
XYZ10.30935.846529.8633
Yxy5.84650.22400.1270
Hunter Lab24.179533.7919-56.3013
CIE-Lab29.021844.3919-52.3200

#572997 color RGB value is (87,41,151).

#572997 hex color red value is 87, green value is 41 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #572997 hue: 0.74 , saturation: 0.57 and the lightness value of 572997 is 0.38.

The process color (four color CMYK) of #572997 color hex is 0.42, 0.73, 0.00, 0.41. Web safe color of #572997 is #663399. Color #572997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 10010111
Octal 127 51 227
Decimal 87 41 151
Hex 57 29 97

RGB Percentages of Color #572997

%31.18
%14.70
%54.12

CMYK Percentages of Color #572997

%42
%73
%0
%41

Triadic Colors of #572997

#572997 #975729 #299757

Analogous Colors of #572997

#572997 #8e2997 #293297

Monochromatic Colors of #572997

#572997

Complementary Color

#572997 #699729

#572997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572997 Color CSS Codes

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

#572997 Text Font Color

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

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


#572997 Background Color

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

This div background color is #572997


#572997 Border Color

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

This div border color is #572997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572997


Comments

No comments written yet.

Please login to write comment.