Color Hex Logo

#e553ed Color Hex

#E553ED
(229,83,237)
0 Favorites   0 Comments

Color spaces of #e553ed

RGB 22983237
HSL0.820.810.63
HSV297°65°93°
CMYK 0.030.650.00   0.07
XYZ50.692428.959083.0386
Yxy28.95900.31160.1780
Hunter Lab53.813673.9733-53.8197
CIE-Lab60.745474.6827-50.4075

#e553ed color RGB value is (229,83,237).

#e553ed hex color red value is 229, green value is 83 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e553ed hue: 0.82 , saturation: 0.81 and the lightness value of e553ed is 0.63.

The process color (four color CMYK) of #e553ed color hex is 0.03, 0.65, 0.00, 0.07. Web safe color of #e553ed is #cc66ff. Color #e553ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010011 11101101
Octal 345 123 355
Decimal 229 83 237
Hex E5 53 ED

RGB Percentages of Color #e553ed

%41.71
%15.12
%43.17

CMYK Percentages of Color #e553ed

%3
%65
%0
%7

Triadic Colors of #e553ed

#e553ed #ede553 #53ede5

Analogous Colors of #e553ed

#e553ed #ed53a8 #9853ed

Monochromatic Colors of #e553ed

#e553ed

Complementary Color

#e553ed #5bed53

#e553ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e553ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e553ed Color CSS Codes

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

#e553ed Text Font Color

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

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


#e553ed Background Color

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

This div background color is #e553ed


#e553ed Border Color

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

This div border color is #e553ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e553ed


Comments

No comments written yet.

Please login to write comment.