Color Hex Logo

#e553fd Color Hex

#E553FD
(229,83,253)
0 Favorites   0 Comments

Color spaces of #e553fd

RGB 22983253
HSL0.810.980.66
HSV292°67°99°
CMYK 0.090.670.00   0.01
XYZ53.136029.936495.9062
Yxy29.93640.29690.1673
Hunter Lab54.714277.6016-65.6271
CIE-Lab61.599377.4155-57.9243

#e553fd color RGB value is (229,83,253).

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

The process color (four color CMYK) of #e553fd color hex is 0.09, 0.67, 0.00, 0.01. Web safe color of #e553fd is #cc66ff. Color #e553fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010011 11111101
Octal 345 123 375
Decimal 229 83 253
Hex E5 53 FD

RGB Percentages of Color #e553fd

%40.53
%14.69
%44.78

CMYK Percentages of Color #e553fd

%9
%67
%0
%1

Triadic Colors of #e553fd

#e553fd #fde553 #53fde5

Analogous Colors of #e553fd

#e553fd #fd53c0 #9053fd

Monochromatic Colors of #e553fd

#e553fd

Complementary Color

#e553fd #6bfd53

#e553fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e553fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e553fd Color CSS Codes

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

#e553fd Text Font Color

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

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


#e553fd Background Color

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

This div background color is #e553fd


#e553fd Border Color

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

This div border color is #e553fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e553fd


Comments

No comments written yet.

Please login to write comment.