Color Hex Logo

#573ebd Color Hex

#573EBD
(87,62,189)
1 Favorites   0 Comments

Color spaces of #573ebd

RGB 8762189
HSL0.700.510.49
HSV252°67°74°
CMYK 0.540.670.00   0.26
XYZ14.83849.145649.1273
Yxy9.14560.20300.1251
Hunter Lab30.241734.6599-75.1468
CIE-Lab36.263143.9555-63.2884

#573ebd color RGB value is (87,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111110 10111101
Octal 127 76 275
Decimal 87 62 189
Hex 57 3E BD

RGB Percentages of Color #573ebd

%25.74
%18.34
%55.92

CMYK Percentages of Color #573ebd

%54
%67
%0
%26

Triadic Colors of #573ebd

#573ebd #bd573e #3ebd57

Analogous Colors of #573ebd

#573ebd #973ebd #3e65bd

Monochromatic Colors of #573ebd

#573ebd

Complementary Color

#573ebd #a4bd3e

#573ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#573ebd Color CSS Codes

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

#573ebd Text Font Color

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

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


#573ebd Background Color

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

This div background color is #573ebd


#573ebd Border Color

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

This div border color is #573ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573ebd


Comments

No comments written yet.

Please login to write comment.