Color Hex Logo

#e490fa Color Hex

#E490FA
(228,144,250)
0 Favorites   0 Comments

Color spaces of #e490fa

RGB 228144250
HSL0.800.910.77
HSV288°42°98°
CMYK 0.090.420.00   0.02
XYZ59.223543.342695.6870
Yxy43.34260.29870.2186
Hunter Lab65.835145.3624-40.0896
CIE-Lab71.786948.6679-40.2134

#e490fa color RGB value is (228,144,250).

#e490fa hex color red value is 228, green value is 144 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e490fa hue: 0.80 , saturation: 0.91 and the lightness value of e490fa is 0.77.

The process color (four color CMYK) of #e490fa color hex is 0.09, 0.42, 0.00, 0.02. Web safe color of #e490fa is #cc99ff. Color #e490fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 11111010
Octal 344 220 372
Decimal 228 144 250
Hex E4 90 FA

RGB Percentages of Color #e490fa

%36.66
%23.15
%40.19

CMYK Percentages of Color #e490fa

%9
%42
%0
%2

Triadic Colors of #e490fa

#e490fa #fae490 #90fae4

Analogous Colors of #e490fa

#e490fa #fa90db #af90fa

Monochromatic Colors of #e490fa

#e490fa

Complementary Color

#e490fa #a6fa90

#e490fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490fa Color CSS Codes

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

#e490fa Text Font Color

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

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


#e490fa Background Color

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

This div background color is #e490fa


#e490fa Border Color

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

This div border color is #e490fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490fa


Comments

No comments written yet.

Please login to write comment.