Color Hex Logo

#e444fa Color Hex

#E444FA
(228,68,250)
0 Favorites   0 Comments

Color spaces of #e444fa

RGB 22868250
HSL0.810.950.62
HSV293°73°98°
CMYK 0.090.730.00   0.02
XYZ51.317327.530493.0516
Yxy27.53040.29850.1602
Hunter Lab52.469482.7590-68.4189
CIE-Lab59.462181.8736-59.6879

#e444fa color RGB value is (228,68,250).

#e444fa hex color red value is 228, green value is 68 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e444fa hue: 0.81 , saturation: 0.95 and the lightness value of e444fa is 0.62.

The process color (four color CMYK) of #e444fa color hex is 0.09, 0.73, 0.00, 0.02. Web safe color of #e444fa is #cc33ff. Color #e444fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000100 11111010
Octal 344 104 372
Decimal 228 68 250
Hex E4 44 FA

RGB Percentages of Color #e444fa

%41.76
%12.45
%45.79

CMYK Percentages of Color #e444fa

%9
%73
%0
%2

Triadic Colors of #e444fa

#e444fa #fae444 #44fae4

Analogous Colors of #e444fa

#e444fa #fa44b5 #8944fa

Monochromatic Colors of #e444fa

#e444fa

Complementary Color

#e444fa #5afa44

#e444fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e444fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e444fa Color CSS Codes

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

#e444fa Text Font Color

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

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


#e444fa Background Color

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

This div background color is #e444fa


#e444fa Border Color

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

This div border color is #e444fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e444fa


Comments

No comments written yet.

Please login to write comment.