Color Hex Logo

#e490fc Color Hex

#E490FC
(228,144,252)
0 Favorites   0 Comments

Color spaces of #e490fc

RGB 228144252
HSL0.800.950.78
HSV287°43°99°
CMYK 0.100.430.00   0.01
XYZ59.538943.468897.3477
Yxy43.46880.29720.2170
Hunter Lab65.930945.8155-41.3908
CIE-Lab71.872049.0578-41.1685

#e490fc color RGB value is (228,144,252).

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

The process color (four color CMYK) of #e490fc color hex is 0.10, 0.43, 0.00, 0.01. Web safe color of #e490fc is #cc99ff. Color #e490fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 11111100
Octal 344 220 374
Decimal 228 144 252
Hex E4 90 FC

RGB Percentages of Color #e490fc

%36.54
%23.08
%40.38

CMYK Percentages of Color #e490fc

%10
%43
%0
%1

Triadic Colors of #e490fc

#e490fc #fce490 #90fce4

Analogous Colors of #e490fc

#e490fc #fc90de #ae90fc

Monochromatic Colors of #e490fc

#e490fc

Complementary Color

#e490fc #a8fc90

#e490fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490fc Color CSS Codes

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

#e490fc Text Font Color

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

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


#e490fc Background Color

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

This div background color is #e490fc


#e490fc Border Color

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

This div border color is #e490fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,144,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490fc


Comments

No comments written yet.

Please login to write comment.