Color Hex Logo

#e446fa Color Hex

#E446FA
(228,70,250)
0 Favorites   0 Comments

Color spaces of #e446fa

RGB 22870250
HSL0.810.950.63
HSV293°72°98°
CMYK 0.090.720.00   0.02
XYZ51.440427.776493.0927
Yxy27.77640.29850.1612
Hunter Lab52.703381.9918-67.8348
CIE-Lab59.686281.2330-59.3294

#e446fa color RGB value is (228,70,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000110 11111010
Octal 344 106 372
Decimal 228 70 250
Hex E4 46 FA

RGB Percentages of Color #e446fa

%41.61
%12.77
%45.62

CMYK Percentages of Color #e446fa

%9
%72
%0
%2

Triadic Colors of #e446fa

#e446fa #fae446 #46fae4

Analogous Colors of #e446fa

#e446fa #fa46b6 #8a46fa

Monochromatic Colors of #e446fa

#e446fa

Complementary Color

#e446fa #5cfa46

#e446fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e446fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e446fa Color CSS Codes

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

#e446fa Text Font Color

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

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


#e446fa Background Color

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

This div background color is #e446fa


#e446fa Border Color

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

This div border color is #e446fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e446fa


Comments

No comments written yet.

Please login to write comment.