Color Hex Logo

#e578ba Color Hex

#E578BA
(229,120,186)
0 Favorites   0 Comments

Color spaces of #e578ba

RGB 229120186
HSL0.900.680.68
HSV324°48°90°
CMYK 0.000.480.19   0.10
XYZ47.892533.636150.4226
Yxy33.63610.36300.2549
Hunter Lab57.996645.9077-10.9494
CIE-Lab64.672750.1476-15.6429

#e578ba color RGB value is (229,120,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111000 10111010
Octal 345 170 272
Decimal 229 120 186
Hex E5 78 BA

RGB Percentages of Color #e578ba

%42.80
%22.43
%34.77

CMYK Percentages of Color #e578ba

%0
%48
%19
%10

Triadic Colors of #e578ba

#e578ba #bae578 #78bae5

Analogous Colors of #e578ba

#e578ba #e57884 #da78e5

Monochromatic Colors of #e578ba

#e578ba

Complementary Color

#e578ba #78e5a3

#e578ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e578ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e578ba Color CSS Codes

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

#e578ba Text Font Color

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

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


#e578ba Background Color

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

This div background color is #e578ba


#e578ba Border Color

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

This div border color is #e578ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e578ba


Comments

No comments written yet.

Please login to write comment.