Color Hex Logo

#e578cf Color Hex

#E578CF
(229,120,207)
0 Favorites   0 Comments

Color spaces of #e578cf

RGB 229120207
HSL0.870.680.68
HSV312°48°90°
CMYK 0.000.480.10   0.10
XYZ50.292134.595963.0585
Yxy34.59590.33990.2338
Hunter Lab58.818349.6930-22.3914
CIE-Lab65.432853.4082-26.3071

#e578cf color RGB value is (229,120,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111000 11001111
Octal 345 170 317
Decimal 229 120 207
Hex E5 78 CF

RGB Percentages of Color #e578cf

%41.19
%21.58
%37.23

CMYK Percentages of Color #e578cf

%0
%48
%10
%10

Triadic Colors of #e578cf

#e578cf #cfe578 #78cfe5

Analogous Colors of #e578cf

#e578cf #e57899 #c578e5

Monochromatic Colors of #e578cf

#e578cf

Complementary Color

#e578cf #78e58e

#e578cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e578cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e578cf Color CSS Codes

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

#e578cf Text Font Color

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

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


#e578cf Background Color

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

This div background color is #e578cf


#e578cf Border Color

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

This div border color is #e578cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e578cf


Comments

No comments written yet.

Please login to write comment.