Color Hex Logo

#e196fe Color Hex

#E196FE
(225,150,254)
0 Favorites   0 Comments

Color spaces of #e196fe

RGB 225150254
HSL0.790.980.79
HSV283°41°100°
CMYK 0.110.410.00   0.00
XYZ59.847144.976099.2929
Yxy44.97600.29320.2203
Hunter Lab67.064141.9286-40.8379
CIE-Lab72.876145.4668-40.7122

#e196fe color RGB value is (225,150,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 11111110
Octal 341 226 376
Decimal 225 150 254
Hex E1 96 FE

RGB Percentages of Color #e196fe

%35.77
%23.85
%40.38

CMYK Percentages of Color #e196fe

%11
%41
%0
%0

Triadic Colors of #e196fe

#e196fe #fee196 #96fee1

Analogous Colors of #e196fe

#e196fe #fe96e7 #ad96fe

Monochromatic Colors of #e196fe

#e196fe

Complementary Color

#e196fe #b3fe96

#e196fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196fe Color CSS Codes

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

#e196fe Text Font Color

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

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


#e196fe Background Color

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

This div background color is #e196fe


#e196fe Border Color

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

This div border color is #e196fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196fe

Related Colors


Comments

No comments written yet.

Please login to write comment.