Color Hex Logo

#e99bfe Color Hex

#E99BFE
(233,155,254)
0 Favorites   0 Comments

Color spaces of #e99bfe

RGB 233155254
HSL0.800.980.80
HSV287°39°100°
CMYK 0.080.390.00   0.00
XYZ63.215047.922199.6840
Yxy47.92210.29990.2273
Hunter Lab69.225841.8559-36.9186
CIE-Lab74.775845.1712-37.6912

#e99bfe color RGB value is (233,155,254).

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

The process color (four color CMYK) of #e99bfe color hex is 0.08, 0.39, 0.00, 0.00. Web safe color of #e99bfe is #ff99ff. Color #e99bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011011 11111110
Octal 351 233 376
Decimal 233 155 254
Hex E9 9B FE

RGB Percentages of Color #e99bfe

%36.29
%24.14
%39.56

CMYK Percentages of Color #e99bfe

%8
%39
%0
%0

Triadic Colors of #e99bfe

#e99bfe #fee99b #9bfee9

Analogous Colors of #e99bfe

#e99bfe #fe9be2 #b89bfe

Monochromatic Colors of #e99bfe

#e99bfe

Complementary Color

#e99bfe #b0fe9b

#e99bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99bfe Color CSS Codes

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

#e99bfe Text Font Color

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

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


#e99bfe Background Color

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

This div background color is #e99bfe


#e99bfe Border Color

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

This div border color is #e99bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99bfe

#e99bfe Color Palettes


Comments

No comments written yet.

Please login to write comment.