Color Hex Logo

#e199ff Color Hex

#E199FF
(225,153,255)
0 Favorites   0 Comments

Color spaces of #e199ff

RGB 225153255
HSL0.781.000.80
HSV282°40°100°
CMYK 0.120.400.00   0.00
XYZ60.492646.0100100.3003
Yxy46.01000.29250.2225
Hunter Lab67.830740.4858-40.1899
CIE-Lab73.552044.0885-40.2005

#e199ff color RGB value is (225,153,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 11111111
Octal 341 231 377
Decimal 225 153 255
Hex E1 99 FF

RGB Percentages of Color #e199ff

%35.55
%24.17
%40.28

CMYK Percentages of Color #e199ff

%12
%40
%0
%0

Triadic Colors of #e199ff

#e199ff #ffe199 #99ffe1

Analogous Colors of #e199ff

#e199ff #ff99ea #ae99ff

Monochromatic Colors of #e199ff

#e199ff

Complementary Color

#e199ff #b7ff99

#e199ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e199ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e199ff Color CSS Codes

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

#e199ff Text Font Color

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

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


#e199ff Background Color

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

This div background color is #e199ff


#e199ff Border Color

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

This div border color is #e199ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e199ff


Comments

No comments written yet.

Please login to write comment.