Color Hex Logo

#575dde Color Hex

#575DDE
(87,93,222)
0 Favorites   0 Comments

Color spaces of #575dde

RGB 8793222
HSL0.660.670.61
HSV237°61°87°
CMYK 0.610.580.00   0.13
XYZ21.029615.128970.9190
Yxy15.12890.19640.1413
Hunter Lab38.895928.4407-80.8765
CIE-Lab45.810235.9898-66.7967

#575dde color RGB value is (87,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011101 11011110
Octal 127 135 336
Decimal 87 93 222
Hex 57 5D DE

RGB Percentages of Color #575dde

%21.64
%23.13
%55.22

CMYK Percentages of Color #575dde

%61
%58
%0
%13

Triadic Colors of #575dde

#575dde #de575d #5dde57

Analogous Colors of #575dde

#575dde #9557de #57a1de

Monochromatic Colors of #575dde

#575dde

Complementary Color

#575dde #ded857

#575dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#575dde Color CSS Codes

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

#575dde Text Font Color

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

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


#575dde Background Color

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

This div background color is #575dde


#575dde Border Color

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

This div border color is #575dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575dde


Comments

No comments written yet.

Please login to write comment.