Color Hex Logo

#e551fa Color Hex

#E551FA
(229,81,250)
0 Favorites   0 Comments

Color spaces of #e551fa

RGB 22981250
HSL0.810.940.65
HSV293°68°98°
CMYK 0.080.680.00   0.02
XYZ52.510829.445093.3583
Yxy29.44500.29950.1680
Hunter Lab54.263277.7746-64.0224
CIE-Lab61.172477.6339-56.9474

#e551fa color RGB value is (229,81,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010001 11111010
Octal 345 121 372
Decimal 229 81 250
Hex E5 51 FA

RGB Percentages of Color #e551fa

%40.89
%14.46
%44.64

CMYK Percentages of Color #e551fa

%8
%68
%0
%2

Triadic Colors of #e551fa

#e551fa #fae551 #51fae5

Analogous Colors of #e551fa

#e551fa #fa51bb #9151fa

Monochromatic Colors of #e551fa

#e551fa

Complementary Color

#e551fa #66fa51

#e551fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e551fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e551fa Color CSS Codes

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

#e551fa Text Font Color

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

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


#e551fa Background Color

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

This div background color is #e551fa


#e551fa Border Color

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

This div border color is #e551fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e551fa


Comments

No comments written yet.

Please login to write comment.