Color Hex Logo

#573deb Color Hex

#573DEB
(87,61,235)
0 Favorites   0 Comments

Color spaces of #573deb

RGB 8761235
HSL0.690.810.58
HSV249°74°92°
CMYK 0.630.740.00   0.08
XYZ20.594611.361979.7049
Yxy11.36190.18440.1018
Hunter Lab33.707450.0722-116.6025
CIE-Lab40.183458.1436-83.3805

#573deb color RGB value is (87,61,235).

#573deb hex color red value is 87, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #573deb hue: 0.69 , saturation: 0.81 and the lightness value of 573deb is 0.58.

The process color (four color CMYK) of #573deb color hex is 0.63, 0.74, 0.00, 0.08. Web safe color of #573deb is #6633ff. Color #573deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111101 11101011
Octal 127 75 353
Decimal 87 61 235
Hex 57 3D EB

RGB Percentages of Color #573deb

%22.72
%15.93
%61.36

CMYK Percentages of Color #573deb

%63
%74
%0
%8

Triadic Colors of #573deb

#573deb #eb573d #3deb57

Analogous Colors of #573deb

#573deb #ae3deb #3d7aeb

Monochromatic Colors of #573deb

#573deb

Complementary Color

#573deb #d1eb3d

#573deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#573deb Color CSS Codes

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

#573deb Text Font Color

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

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


#573deb Background Color

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

This div background color is #573deb


#573deb Border Color

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

This div border color is #573deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573deb


Comments

No comments written yet.

Please login to write comment.