Color Hex Logo

#e578cc Color Hex

#E578CC
(229,120,204)
0 Favorites   0 Comments

Color spaces of #e578cc

RGB 229120204
HSL0.870.680.68
HSV314°48°90°
CMYK 0.000.480.11   0.10
XYZ49.928734.450661.1448
Yxy34.45060.34310.2367
Hunter Lab58.694649.1258-20.6788
CIE-Lab65.318752.9239-24.8002

#e578cc color RGB value is (229,120,204).

#e578cc hex color red value is 229, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e578cc hue: 0.87 , saturation: 0.68 and the lightness value of e578cc is 0.68.

The process color (four color CMYK) of #e578cc color hex is 0.00, 0.48, 0.11, 0.10. Web safe color of #e578cc is #cc66cc. Color #e578cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111000 11001100
Octal 345 170 314
Decimal 229 120 204
Hex E5 78 CC

RGB Percentages of Color #e578cc

%41.41
%21.70
%36.89

CMYK Percentages of Color #e578cc

%0
%48
%11
%10

Triadic Colors of #e578cc

#e578cc #cce578 #78cce5

Analogous Colors of #e578cc

#e578cc #e57896 #c878e5

Monochromatic Colors of #e578cc

#e578cc

Complementary Color

#e578cc #78e591

#e578cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e578cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e578cc Color CSS Codes

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

#e578cc Text Font Color

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

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


#e578cc Background Color

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

This div background color is #e578cc


#e578cc Border Color

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

This div border color is #e578cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,120,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e578cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e578cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e578cc;
  box-shadow:         1px 1px 3px 2px #e578cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,120,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 #e578cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e578cc


Comments

No comments written yet.

Please login to write comment.