Color Hex Logo

#e196ea Color Hex

#E196EA
(225,150,234)
0 Favorites   0 Comments

Color spaces of #e196ea

RGB 225150234
HSL0.820.670.75
HSV294°36°92°
CMYK 0.040.360.00   0.08
XYZ56.809043.760883.2944
Yxy43.76080.30900.2380
Hunter Lab66.151937.5237-28.3479
CIE-Lab72.068341.5705-31.0727

#e196ea color RGB value is (225,150,234).

#e196ea hex color red value is 225, green value is 150 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e196ea hue: 0.82 , saturation: 0.67 and the lightness value of e196ea is 0.75.

The process color (four color CMYK) of #e196ea color hex is 0.04, 0.36, 0.00, 0.08. Web safe color of #e196ea is #cc99ff. Color #e196ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 11101010
Octal 341 226 352
Decimal 225 150 234
Hex E1 96 EA

RGB Percentages of Color #e196ea

%36.95
%24.63
%38.42

CMYK Percentages of Color #e196ea

%4
%36
%0
%8

Triadic Colors of #e196ea

#e196ea #eae196 #96eae1

Analogous Colors of #e196ea

#e196ea #ea96c9 #b796ea

Monochromatic Colors of #e196ea

#e196ea

Complementary Color

#e196ea #9fea96

#e196ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196ea Color CSS Codes

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

#e196ea Text Font Color

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

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


#e196ea Background Color

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

This div background color is #e196ea


#e196ea Border Color

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

This div border color is #e196ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196ea


Comments

No comments written yet.

Please login to write comment.