Color Hex Logo

#573abd Color Hex

#573ABD
(87,58,189)
0 Favorites   0 Comments

Color spaces of #573abd

RGB 8758189
HSL0.700.530.48
HSV253°69°74°
CMYK 0.540.690.00   0.26
XYZ14.62888.726549.0575
Yxy8.72650.20200.1205
Hunter Lab29.540636.6987-77.7831
CIE-Lab35.452346.1768-64.6137

#573abd color RGB value is (87,58,189).

#573abd hex color red value is 87, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #573abd hue: 0.70 , saturation: 0.53 and the lightness value of 573abd is 0.48.

The process color (four color CMYK) of #573abd color hex is 0.54, 0.69, 0.00, 0.26. Web safe color of #573abd is #6633cc. Color #573abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 10111101
Octal 127 72 275
Decimal 87 58 189
Hex 57 3A BD

RGB Percentages of Color #573abd

%26.05
%17.37
%56.59

CMYK Percentages of Color #573abd

%54
%69
%0
%26

Triadic Colors of #573abd

#573abd #bd573a #3abd57

Analogous Colors of #573abd

#573abd #993abd #3a5ebd

Monochromatic Colors of #573abd

#573abd

Complementary Color

#573abd #a0bd3a

#573abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#573abd Color CSS Codes

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

#573abd Text Font Color

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

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


#573abd Background Color

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

This div background color is #573abd


#573abd Border Color

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

This div border color is #573abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573abd


Comments

No comments written yet.

Please login to write comment.