Color Hex Logo

#e496ec Color Hex

#E496EC
(228,150,236)
0 Favorites   0 Comments

Color spaces of #e496ec

RGB 228150236
HSL0.820.690.76
HSV294°36°93°
CMYK 0.030.360.00   0.07
XYZ58.041644.362884.8606
Yxy44.36280.30990.2369
Hunter Lab66.605438.9899-28.9164
CIE-Lab72.470342.8620-31.5190

#e496ec color RGB value is (228,150,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 11101100
Octal 344 226 354
Decimal 228 150 236
Hex E4 96 EC

RGB Percentages of Color #e496ec

%37.13
%24.43
%38.44

CMYK Percentages of Color #e496ec

%3
%36
%0
%7

Triadic Colors of #e496ec

#e496ec #ece496 #96ece4

Analogous Colors of #e496ec

#e496ec #ec96c9 #b996ec

Monochromatic Colors of #e496ec

#e496ec

Complementary Color

#e496ec #9eec96

#e496ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e496ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e496ec Color CSS Codes

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

#e496ec Text Font Color

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

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


#e496ec Background Color

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

This div background color is #e496ec


#e496ec Border Color

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

This div border color is #e496ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,150,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 #e496ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e496ec


Comments

No comments written yet.

Please login to write comment.