Color Hex Logo

#575eda Color Hex

#575EDA
(87,94,218)
0 Favorites   0 Comments

Color spaces of #575eda

RGB 8794218
HSL0.660.640.60
HSV237°60°85°
CMYK 0.600.570.00   0.15
XYZ20.588115.093668.1579
Yxy15.09360.19830.1454
Hunter Lab38.850526.6045-76.8209
CIE-Lab45.762134.0659-64.5999

#575eda color RGB value is (87,94,218).

#575eda hex color red value is 87, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #575eda hue: 0.66 , saturation: 0.64 and the lightness value of 575eda is 0.60.

The process color (four color CMYK) of #575eda color hex is 0.60, 0.57, 0.00, 0.15. Web safe color of #575eda is #6666cc. Color #575eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011110 11011010
Octal 127 136 332
Decimal 87 94 218
Hex 57 5E DA

RGB Percentages of Color #575eda

%21.80
%23.56
%54.64

CMYK Percentages of Color #575eda

%60
%57
%0
%15

Triadic Colors of #575eda

#575eda #da575e #5eda57

Analogous Colors of #575eda

#575eda #9257da #57a0da

Monochromatic Colors of #575eda

#575eda

Complementary Color

#575eda #dad357

#575eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#575eda Color CSS Codes

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

#575eda Text Font Color

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

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


#575eda Background Color

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

This div background color is #575eda


#575eda Border Color

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

This div border color is #575eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575eda


Comments

No comments written yet.

Please login to write comment.