Color Hex Logo

#e196fa Color Hex

#E196FA
(225,150,250)
0 Favorites   0 Comments

Color spaces of #e196fa

RGB 225150250
HSL0.790.910.78
HSV285°40°98°
CMYK 0.100.400.00   0.02
XYZ59.213044.722495.9539
Yxy44.72240.29620.2237
Hunter Lab66.874841.0184-38.2586
CIE-Lab72.708744.6692-38.8019

#e196fa color RGB value is (225,150,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 11111010
Octal 341 226 372
Decimal 225 150 250
Hex E1 96 FA

RGB Percentages of Color #e196fa

%36.00
%24.00
%40.00

CMYK Percentages of Color #e196fa

%10
%40
%0
%2

Triadic Colors of #e196fa

#e196fa #fae196 #96fae1

Analogous Colors of #e196fa

#e196fa #fa96e1 #af96fa

Monochromatic Colors of #e196fa

#e196fa

Complementary Color

#e196fa #affa96

#e196fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196fa Color CSS Codes

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

#e196fa Text Font Color

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

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


#e196fa Background Color

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

This div background color is #e196fa


#e196fa Border Color

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

This div border color is #e196fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196fa


Comments

No comments written yet.

Please login to write comment.