Color Hex Logo

#e496ff Color Hex

#E496FF
(228,150,255)
0 Favorites   0 Comments

Color spaces of #e496ff

RGB 228150255
HSL0.791.000.79
HSV285°41°100°
CMYK 0.110.410.00   0.00
XYZ60.951345.5267100.1828
Yxy45.52670.29490.2203
Hunter Lab67.473543.1671-40.8008
CIE-Lab73.237446.5292-40.6670

#e496ff color RGB value is (228,150,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 11111111
Octal 344 226 377
Decimal 228 150 255
Hex E4 96 FF

RGB Percentages of Color #e496ff

%36.02
%23.70
%40.28

CMYK Percentages of Color #e496ff

%11
%41
%0
%0

Triadic Colors of #e496ff

#e496ff #ffe496 #96ffe4

Analogous Colors of #e496ff

#e496ff #ff96e6 #b096ff

Monochromatic Colors of #e496ff

#e496ff

Complementary Color

#e496ff #b1ff96

#e496ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e496ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e496ff Color CSS Codes

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

#e496ff Text Font Color

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

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


#e496ff Background Color

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

This div background color is #e496ff


#e496ff Border Color

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

This div border color is #e496ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e496ff


Comments

No comments written yet.

Please login to write comment.