Color Hex Logo

#e490fb Color Hex

#E490FB
(228,144,251)
0 Favorites   0 Comments

Color spaces of #e490fb

RGB 228144251
HSL0.800.930.77
HSV287°43°98°
CMYK 0.090.430.00   0.02
XYZ59.380843.405596.5152
Yxy43.40550.29790.2178
Hunter Lab65.882945.5887-40.7390
CIE-Lab71.829348.8627-40.6913

#e490fb color RGB value is (228,144,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 11111011
Octal 344 220 373
Decimal 228 144 251
Hex E4 90 FB

RGB Percentages of Color #e490fb

%36.60
%23.11
%40.29

CMYK Percentages of Color #e490fb

%9
%43
%0
%2

Triadic Colors of #e490fb

#e490fb #fbe490 #90fbe4

Analogous Colors of #e490fb

#e490fb #fb90dd #af90fb

Monochromatic Colors of #e490fb

#e490fb

Complementary Color

#e490fb #a7fb90

#e490fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490fb Color CSS Codes

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

#e490fb Text Font Color

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

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


#e490fb Background Color

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

This div background color is #e490fb


#e490fb Border Color

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

This div border color is #e490fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490fb


Comments

No comments written yet.

Please login to write comment.