Color Hex Logo

#e496fe Color Hex

#E496FE
(228,150,254)
0 Favorites   0 Comments

Color spaces of #e496fe

RGB 228150254
HSL0.790.980.79
HSV285°41°100°
CMYK 0.100.410.00   0.00
XYZ60.790645.462499.3370
Yxy45.46240.29570.2211
Hunter Lab67.425842.9391-40.1526
CIE-Lab73.195346.3311-40.1905

#e496fe color RGB value is (228,150,254).

#e496fe hex color red value is 228, green value is 150 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e496fe hue: 0.79 , saturation: 0.98 and the lightness value of e496fe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 11111110
Octal 344 226 376
Decimal 228 150 254
Hex E4 96 FE

RGB Percentages of Color #e496fe

%36.08
%23.73
%40.19

CMYK Percentages of Color #e496fe

%10
%41
%0
%0

Triadic Colors of #e496fe

#e496fe #fee496 #96fee4

Analogous Colors of #e496fe

#e496fe #fe96e4 #b096fe

Monochromatic Colors of #e496fe

#e496fe

Complementary Color

#e496fe #b0fe96

#e496fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e496fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e496fe Color CSS Codes

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

#e496fe Text Font Color

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

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


#e496fe Background Color

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

This div background color is #e496fe


#e496fe Border Color

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

This div border color is #e496fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e496fe

Related Colors


Comments

No comments written yet.

Please login to write comment.