Color Hex Logo

#575ecc Color Hex

#575ECC
(87,94,204)
0 Favorites   0 Comments

Color spaces of #575ecc

RGB 8794204
HSL0.660.530.57
HSV236°57°80°
CMYK 0.570.540.00   0.20
XYZ18.832314.391358.9120
Yxy14.39130.20440.1562
Hunter Lab37.935922.2240-65.5185
CIE-Lab44.789029.4695-58.1628

#575ecc color RGB value is (87,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011110 11001100
Octal 127 136 314
Decimal 87 94 204
Hex 57 5E CC

RGB Percentages of Color #575ecc

%22.60
%24.42
%52.99

CMYK Percentages of Color #575ecc

%57
%54
%0
%20

Triadic Colors of #575ecc

#575ecc #cc575e #5ecc57

Analogous Colors of #575ecc

#575ecc #8b57cc #5799cc

Monochromatic Colors of #575ecc

#575ecc

Complementary Color

#575ecc #ccc557

#575ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#575ecc Color CSS Codes

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

#575ecc Text Font Color

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

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


#575ecc Background Color

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

This div background color is #575ecc


#575ecc Border Color

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

This div border color is #575ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575ecc


Comments

No comments written yet.

Please login to write comment.