Color Hex Logo

#e490ef Color Hex

#E490EF
(228,144,239)
0 Favorites   0 Comments

Color spaces of #e490ef

RGB 228144239
HSL0.810.750.75
HSV293°40°94°
CMYK 0.050.400.00   0.06
XYZ57.548242.672586.8648
Yxy42.67250.30760.2281
Hunter Lab65.324242.9346-33.1139
CIE-Lab71.332146.5627-34.9191

#e490ef color RGB value is (228,144,239).

#e490ef hex color red value is 228, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e490ef hue: 0.81 , saturation: 0.75 and the lightness value of e490ef is 0.75.

The process color (four color CMYK) of #e490ef color hex is 0.05, 0.40, 0.00, 0.06. Web safe color of #e490ef is #cc99ff. Color #e490ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 11101111
Octal 344 220 357
Decimal 228 144 239
Hex E4 90 EF

RGB Percentages of Color #e490ef

%37.32
%23.57
%39.12

CMYK Percentages of Color #e490ef

%5
%40
%0
%6

Triadic Colors of #e490ef

#e490ef #efe490 #90efe4

Analogous Colors of #e490ef

#e490ef #ef90cb #b590ef

Monochromatic Colors of #e490ef

#e490ef

Complementary Color

#e490ef #9bef90

#e490ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490ef Color CSS Codes

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

#e490ef Text Font Color

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

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


#e490ef Background Color

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

This div background color is #e490ef


#e490ef Border Color

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

This div border color is #e490ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490ef


Comments

No comments written yet.

Please login to write comment.