Color Hex Logo

#e552ea Color Hex

#E552EA
(229,82,234)
0 Favorites   0 Comments

Color spaces of #e552ea

RGB 22982234
HSL0.830.780.62
HSV298°65°92°
CMYK 0.020.650.00   0.08
XYZ50.181728.633180.7238
Yxy28.63310.31450.1795
Hunter Lab53.509973.7553-51.9866
CIE-Lab60.456474.5620-49.1918

#e552ea color RGB value is (229,82,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 11101010
Octal 345 122 352
Decimal 229 82 234
Hex E5 52 EA

RGB Percentages of Color #e552ea

%42.02
%15.05
%42.94

CMYK Percentages of Color #e552ea

%2
%65
%0
%8

Triadic Colors of #e552ea

#e552ea #eae552 #52eae5

Analogous Colors of #e552ea

#e552ea #ea52a3 #9952ea

Monochromatic Colors of #e552ea

#e552ea

Complementary Color

#e552ea #57ea52

#e552ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e552ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e552ea Color CSS Codes

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

#e552ea Text Font Color

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

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


#e552ea Background Color

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

This div background color is #e552ea


#e552ea Border Color

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

This div border color is #e552ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e552ea


Comments

No comments written yet.

Please login to write comment.