Color Hex Logo

#e555ea Color Hex

#E555EA
(229,85,234)
0 Favorites   0 Comments

Color spaces of #e555ea

RGB 22985234
HSL0.830.780.63
HSV298°64°92°
CMYK 0.020.640.00   0.08
XYZ50.412929.095580.8008
Yxy29.09550.31450.1815
Hunter Lab53.940272.4318-51.0564
CIE-Lab60.865873.4171-48.5436

#e555ea color RGB value is (229,85,234).

#e555ea hex color red value is 229, green value is 85 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e555ea hue: 0.83 , saturation: 0.78 and the lightness value of e555ea is 0.63.

The process color (four color CMYK) of #e555ea color hex is 0.02, 0.64, 0.00, 0.08. Web safe color of #e555ea is #cc66ff. Color #e555ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010101 11101010
Octal 345 125 352
Decimal 229 85 234
Hex E5 55 EA

RGB Percentages of Color #e555ea

%41.79
%15.51
%42.70

CMYK Percentages of Color #e555ea

%2
%64
%0
%8

Triadic Colors of #e555ea

#e555ea #eae555 #55eae5

Analogous Colors of #e555ea

#e555ea #ea55a5 #9b55ea

Monochromatic Colors of #e555ea

#e555ea

Complementary Color

#e555ea #5aea55

#e555ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e555ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e555ea Color CSS Codes

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

#e555ea Text Font Color

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

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


#e555ea Background Color

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

This div background color is #e555ea


#e555ea Border Color

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

This div border color is #e555ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e555ea


Comments

No comments written yet.

Please login to write comment.