Color Hex Logo

#e578ce Color Hex

#E578CE
(229,120,206)
0 Favorites   0 Comments

Color spaces of #e578ce

RGB 229120206
HSL0.870.680.68
HSV313°48°90°
CMYK 0.000.480.10   0.10
XYZ50.170134.547262.4165
Yxy34.54720.34100.2348
Hunter Lab58.776949.5025-21.8176
CIE-Lab65.394653.2457-25.8053

#e578ce color RGB value is (229,120,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111000 11001110
Octal 345 170 316
Decimal 229 120 206
Hex E5 78 CE

RGB Percentages of Color #e578ce

%41.26
%21.62
%37.12

CMYK Percentages of Color #e578ce

%0
%48
%10
%10

Triadic Colors of #e578ce

#e578ce #cee578 #78cee5

Analogous Colors of #e578ce

#e578ce #e57898 #c678e5

Monochromatic Colors of #e578ce

#e578ce

Complementary Color

#e578ce #78e58f

#e578ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e578ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e578ce Color CSS Codes

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

#e578ce Text Font Color

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

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


#e578ce Background Color

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

This div background color is #e578ce


#e578ce Border Color

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

This div border color is #e578ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,120,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e578ce


Comments

No comments written yet.

Please login to write comment.