Color Hex Logo

#573dbd Color Hex

#573DBD
(87,61,189)
0 Favorites   0 Comments

Color spaces of #573dbd

RGB 8761189
HSL0.700.510.49
HSV252°68°74°
CMYK 0.540.680.00   0.26
XYZ14.78459.037849.1094
Yxy9.03780.20270.1239
Hunter Lab30.062935.1735-75.8093
CIE-Lab36.057044.5177-63.6252

#573dbd color RGB value is (87,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111101 10111101
Octal 127 75 275
Decimal 87 61 189
Hex 57 3D BD

RGB Percentages of Color #573dbd

%25.82
%18.10
%56.08

CMYK Percentages of Color #573dbd

%54
%68
%0
%26

Triadic Colors of #573dbd

#573dbd #bd573d #3dbd57

Analogous Colors of #573dbd

#573dbd #973dbd #3d63bd

Monochromatic Colors of #573dbd

#573dbd

Complementary Color

#573dbd #a3bd3d

#573dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#573dbd Color CSS Codes

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

#573dbd Text Font Color

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

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


#573dbd Background Color

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

This div background color is #573dbd


#573dbd Border Color

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

This div border color is #573dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573dbd


Comments

No comments written yet.

Please login to write comment.