Color Hex Logo

#e199fe Color Hex

#E199FE
(225,153,254)
0 Favorites   0 Comments

Color spaces of #e199fe

RGB 225153254
HSL0.790.980.80
HSV283°40°100°
CMYK 0.110.400.00   0.00
XYZ60.332045.945899.4545
Yxy45.94580.29330.2233
Hunter Lab67.783340.2569-39.5444
CIE-Lab73.510443.8872-39.7238

#e199fe color RGB value is (225,153,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 11111110
Octal 341 231 376
Decimal 225 153 254
Hex E1 99 FE

RGB Percentages of Color #e199fe

%35.60
%24.21
%40.19

CMYK Percentages of Color #e199fe

%11
%40
%0
%0

Triadic Colors of #e199fe

#e199fe #fee199 #99fee1

Analogous Colors of #e199fe

#e199fe #fe99e9 #af99fe

Monochromatic Colors of #e199fe

#e199fe

Complementary Color

#e199fe #b6fe99

#e199fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e199fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e199fe Color CSS Codes

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

#e199fe Text Font Color

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

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


#e199fe Background Color

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

This div background color is #e199fe


#e199fe Border Color

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

This div border color is #e199fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e199fe


Comments

No comments written yet.

Please login to write comment.