Color Hex Logo

#573dd7 Color Hex

#573DD7
(87,61,215)
0 Favorites   0 Comments

Color spaces of #573dd7

RGB 8761215
HSL0.690.660.54
HSV250°72°84°
CMYK 0.600.720.00   0.16
XYZ17.865010.270065.3307
Yxy10.27000.19110.1099
Hunter Lab32.046843.4256-98.4358
CIE-Lab38.322752.2626-75.0275

#573dd7 color RGB value is (87,61,215).

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

The process color (four color CMYK) of #573dd7 color hex is 0.60, 0.72, 0.00, 0.16. Web safe color of #573dd7 is #6633cc. Color #573dd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111101 11010111
Octal 127 75 327
Decimal 87 61 215
Hex 57 3D D7

RGB Percentages of Color #573dd7

%23.97
%16.80
%59.23

CMYK Percentages of Color #573dd7

%60
%72
%0
%16

Triadic Colors of #573dd7

#573dd7 #d7573d #3dd757

Analogous Colors of #573dd7

#573dd7 #a43dd7 #3d70d7

Monochromatic Colors of #573dd7

#573dd7

Complementary Color

#573dd7 #bdd73d

#573dd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573dd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573dd7 Color CSS Codes

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

#573dd7 Text Font Color

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

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


#573dd7 Background Color

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

This div background color is #573dd7


#573dd7 Border Color

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

This div border color is #573dd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573dd7


Comments

No comments written yet.

Please login to write comment.