Color Hex Logo

#e99fff Color Hex

#E99FFF
(233,159,255)
0 Favorites   0 Comments

Color spaces of #e99fff

RGB 233159255
HSL0.801.000.81
HSV286°38°100°
CMYK 0.090.380.00   0.00
XYZ64.052449.3399100.7554
Yxy49.33990.29910.2304
Hunter Lab70.242439.8459-35.8757
CIE-Lab75.662343.2687-36.8560

#e99fff color RGB value is (233,159,255).

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

The process color (four color CMYK) of #e99fff color hex is 0.09, 0.38, 0.00, 0.00. Web safe color of #e99fff is #ff99ff. Color #e99fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011111 11111111
Octal 351 237 377
Decimal 233 159 255
Hex E9 9F FF

RGB Percentages of Color #e99fff

%36.01
%24.57
%39.41

CMYK Percentages of Color #e99fff

%9
%38
%0
%0

Triadic Colors of #e99fff

#e99fff #ffe99f #9fffe9

Analogous Colors of #e99fff

#e99fff #ff9fe5 #b99fff

Monochromatic Colors of #e99fff

#e99fff

Complementary Color

#e99fff #b5ff9f

#e99fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99fff Color CSS Codes

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

#e99fff Text Font Color

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

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


#e99fff Background Color

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

This div background color is #e99fff


#e99fff Border Color

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

This div border color is #e99fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99fff


Comments

No comments written yet.

Please login to write comment.