Color Hex Logo

#573ba3 Color Hex

#573BA3
(87,59,163)
0 Favorites   0 Comments

Color spaces of #573ba3

RGB 8759163
HSL0.710.470.44
HSV256°64°64°
CMYK 0.470.640.00   0.36
XYZ12.10537.798535.5176
Yxy7.79850.21840.1407
Hunter Lab27.925828.5062-55.8603
CIE-Lab33.559737.9451-52.2282

#573ba3 color RGB value is (87,59,163).

#573ba3 hex color red value is 87, green value is 59 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #573ba3 hue: 0.71 , saturation: 0.47 and the lightness value of 573ba3 is 0.44.

The process color (four color CMYK) of #573ba3 color hex is 0.47, 0.64, 0.00, 0.36. Web safe color of #573ba3 is #663399. Color #573ba3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111011 10100011
Octal 127 73 243
Decimal 87 59 163
Hex 57 3B A3

RGB Percentages of Color #573ba3

%28.16
%19.09
%52.75

CMYK Percentages of Color #573ba3

%47
%64
%0
%36

Triadic Colors of #573ba3

#573ba3 #a3573b #3ba357

Analogous Colors of #573ba3

#573ba3 #8b3ba3 #3b53a3

Monochromatic Colors of #573ba3

#573ba3

Complementary Color

#573ba3 #87a33b

#573ba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573ba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573ba3 Color CSS Codes

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

#573ba3 Text Font Color

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

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


#573ba3 Background Color

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

This div background color is #573ba3


#573ba3 Border Color

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

This div border color is #573ba3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,59,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #573ba3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #573ba3;
  -webkit-box-shadow: 1px 1px 3px 2px #573ba3;
  box-shadow:         1px 1px 3px 2px #573ba3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573ba3


Comments

No comments written yet.

Please login to write comment.