Color Hex Logo

#e490ec Color Hex

#E490EC
(228,144,236)
0 Favorites   0 Comments

Color spaces of #e490ec

RGB 228144236
HSL0.820.710.75
HSV295°39°93°
CMYK 0.030.390.00   0.07
XYZ57.108542.496684.5496
Yxy42.49660.31010.2308
Hunter Lab65.189442.2916-31.2656
CIE-Lab71.212046.0006-33.4635

#e490ec color RGB value is (228,144,236).

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

The process color (four color CMYK) of #e490ec color hex is 0.03, 0.39, 0.00, 0.07. Web safe color of #e490ec is #cc99ff. Color #e490ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 11101100
Octal 344 220 354
Decimal 228 144 236
Hex E4 90 EC

RGB Percentages of Color #e490ec

%37.50
%23.68
%38.82

CMYK Percentages of Color #e490ec

%3
%39
%0
%7

Triadic Colors of #e490ec

#e490ec #ece490 #90ece4

Analogous Colors of #e490ec

#e490ec #ec90c6 #b690ec

Monochromatic Colors of #e490ec

#e490ec

Complementary Color

#e490ec #98ec90

#e490ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490ec Color CSS Codes

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

#e490ec Text Font Color

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

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


#e490ec Background Color

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

This div background color is #e490ec


#e490ec Border Color

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

This div border color is #e490ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490ec


Comments

No comments written yet.

Please login to write comment.