Color Hex Logo

#573097 Color Hex

#573097
(87,48,151)
0 Favorites   0 Comments

Color spaces of #573097

RGB 8748151
HSL0.730.520.39
HSV263°68°59°
CMYK 0.420.680.00   0.41
XYZ10.57336.374529.9513
Yxy6.37450.22540.1359
Hunter Lab25.247830.5689-52.6620
CIE-Lab30.338340.7359-50.1778

#573097 color RGB value is (87,48,151).

#573097 hex color red value is 87, green value is 48 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #573097 hue: 0.73 , saturation: 0.52 and the lightness value of 573097 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 10010111
Octal 127 60 227
Decimal 87 48 151
Hex 57 30 97

RGB Percentages of Color #573097

%30.42
%16.78
%52.80

CMYK Percentages of Color #573097

%42
%68
%0
%41

Triadic Colors of #573097

#573097 #975730 #309757

Analogous Colors of #573097

#573097 #8b3097 #303d97

Monochromatic Colors of #573097

#573097

Complementary Color

#573097 #709730

#573097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573097 Color CSS Codes

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

#573097 Text Font Color

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

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


#573097 Background Color

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

This div background color is #573097


#573097 Border Color

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

This div border color is #573097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573097


Comments

No comments written yet.

Please login to write comment.