Color Hex Logo

#575dcd Color Hex

#575DCD
(87,93,205)
0 Favorites   0 Comments

Color spaces of #575dcd

RGB 8793205
HSL0.660.540.57
HSV237°58°80°
CMYK 0.580.550.00   0.20
XYZ18.864314.262759.5163
Yxy14.26270.20360.1540
Hunter Lab37.766023.0712-67.0003
CIE-Lab44.607330.4174-59.0313

#575dcd color RGB value is (87,93,205).

#575dcd hex color red value is 87, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #575dcd hue: 0.66 , saturation: 0.54 and the lightness value of 575dcd is 0.57.

The process color (four color CMYK) of #575dcd color hex is 0.58, 0.55, 0.00, 0.20. Web safe color of #575dcd is #6666cc. Color #575dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011101 11001101
Octal 127 135 315
Decimal 87 93 205
Hex 57 5D CD

RGB Percentages of Color #575dcd

%22.60
%24.16
%53.25

CMYK Percentages of Color #575dcd

%58
%55
%0
%20

Triadic Colors of #575dcd

#575dcd #cd575d #5dcd57

Analogous Colors of #575dcd

#575dcd #8c57cd #5798cd

Monochromatic Colors of #575dcd

#575dcd

Complementary Color

#575dcd #cdc757

#575dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#575dcd Color CSS Codes

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

#575dcd Text Font Color

<p style="color:#575dcd">Text here</p>

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


#575dcd Background Color

<div style="background-color:#575dcd">
Div content here</div>

This div background color is #575dcd


#575dcd Border Color

<div style="border:3px solid #575dcd">
Div here</div>

This div border color is #575dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,93,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #575dcd;
  box-shadow:         1px 1px 3px 2px #575dcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575dcd


Comments

No comments written yet.

Please login to write comment.