Color Hex Logo

#e998fe Color Hex

#E998FE
(233,152,254)
0 Favorites   0 Comments

Color spaces of #e998fe

RGB 233152254
HSL0.800.980.80
HSV288°40°100°
CMYK 0.080.400.00   0.00
XYZ62.721946.935999.5197
Yxy46.93590.29990.2244
Hunter Lab68.509843.5278-38.1699
CIE-Lab74.148746.7361-38.6655

#e998fe color RGB value is (233,152,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011000 11111110
Octal 351 230 376
Decimal 233 152 254
Hex E9 98 FE

RGB Percentages of Color #e998fe

%36.46
%23.79
%39.75

CMYK Percentages of Color #e998fe

%8
%40
%0
%0

Triadic Colors of #e998fe

#e998fe #fee998 #98fee9

Analogous Colors of #e998fe

#e998fe #fe98e0 #b698fe

Monochromatic Colors of #e998fe

#e998fe

Complementary Color

#e998fe #adfe98

#e998fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e998fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e998fe Color CSS Codes

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

#e998fe Text Font Color

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

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


#e998fe Background Color

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

This div background color is #e998fe


#e998fe Border Color

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

This div border color is #e998fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e998fe


Comments

No comments written yet.

Please login to write comment.