Color Hex Logo

#575edc Color Hex

#575EDC
(87,94,220)
0 Favorites   0 Comments

Color spaces of #575edc

RGB 8794220
HSL0.660.660.60
HSV237°60°86°
CMYK 0.600.570.00   0.14
XYZ20.851515.199069.5448
Yxy15.19900.19750.1439
Hunter Lab38.985927.2449-78.4741
CIE-Lab45.905634.7228-65.5053

#575edc color RGB value is (87,94,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011110 11011100
Octal 127 136 334
Decimal 87 94 220
Hex 57 5E DC

RGB Percentages of Color #575edc

%21.70
%23.44
%54.86

CMYK Percentages of Color #575edc

%60
%57
%0
%14

Triadic Colors of #575edc

#575edc #dc575e #5edc57

Analogous Colors of #575edc

#575edc #9357dc #57a1dc

Monochromatic Colors of #575edc

#575edc

Complementary Color

#575edc #dcd557

#575edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#575edc Color CSS Codes

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

#575edc Text Font Color

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

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


#575edc Background Color

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

This div background color is #575edc


#575edc Border Color

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

This div border color is #575edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575edc


Comments

No comments written yet.

Please login to write comment.