Color Hex Logo

#575cde Color Hex

#575CDE
(87,92,222)
0 Favorites   0 Comments

Color spaces of #575cde

RGB 8792222
HSL0.660.670.61
HSV238°61°87°
CMYK 0.610.590.00   0.13
XYZ20.942414.954570.8900
Yxy14.95450.19610.1400
Hunter Lab38.671028.9928-81.6180
CIE-Lab45.571836.5990-67.1842

#575cde color RGB value is (87,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011100 11011110
Octal 127 134 336
Decimal 87 92 222
Hex 57 5C DE

RGB Percentages of Color #575cde

%21.70
%22.94
%55.36

CMYK Percentages of Color #575cde

%61
%59
%0
%13

Triadic Colors of #575cde

#575cde #de575c #5cde57

Analogous Colors of #575cde

#575cde #9657de #57a0de

Monochromatic Colors of #575cde

#575cde

Complementary Color

#575cde #ded957

#575cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#575cde Color CSS Codes

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

#575cde Text Font Color

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

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


#575cde Background Color

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

This div background color is #575cde


#575cde Border Color

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

This div border color is #575cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575cde


Comments

No comments written yet.

Please login to write comment.