Color Hex Logo

#e553fa Color Hex

#E553FA
(229,83,250)
0 Favorites   0 Comments

Color spaces of #e553fa

RGB 22983250
HSL0.810.940.65
HSV292°67°98°
CMYK 0.080.670.00   0.02
XYZ52.661729.746793.4086
Yxy29.74670.29950.1692
Hunter Lab54.540576.9050-63.3644
CIE-Lab61.435176.8943-56.5286

#e553fa color RGB value is (229,83,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010011 11111010
Octal 345 123 372
Decimal 229 83 250
Hex E5 53 FA

RGB Percentages of Color #e553fa

%40.75
%14.77
%44.48

CMYK Percentages of Color #e553fa

%8
%67
%0
%2

Triadic Colors of #e553fa

#e553fa #fae553 #53fae5

Analogous Colors of #e553fa

#e553fa #fa53bc #9253fa

Monochromatic Colors of #e553fa

#e553fa

Complementary Color

#e553fa #68fa53

#e553fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e553fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e553fa Color CSS Codes

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

#e553fa Text Font Color

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

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


#e553fa Background Color

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

This div background color is #e553fa


#e553fa Border Color

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

This div border color is #e553fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e553fa


Comments

No comments written yet.

Please login to write comment.