Color Hex Logo

#e993fe Color Hex

#E993FE
(233,147,254)
0 Favorites   0 Comments

Color spaces of #e993fe

RGB 233147254
HSL0.800.980.79
HSV288°42°100°
CMYK 0.080.420.00   0.00
XYZ61.927445.346899.2548
Yxy45.34680.29980.2196
Hunter Lab67.340046.3075-40.2516
CIE-Lab73.119749.3260-40.2674

#e993fe color RGB value is (233,147,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010011 11111110
Octal 351 223 376
Decimal 233 147 254
Hex E9 93 FE

RGB Percentages of Color #e993fe

%36.75
%23.19
%40.06

CMYK Percentages of Color #e993fe

%8
%42
%0
%0

Triadic Colors of #e993fe

#e993fe #fee993 #93fee9

Analogous Colors of #e993fe

#e993fe #fe93de #b493fe

Monochromatic Colors of #e993fe

#e993fe

Complementary Color

#e993fe #a8fe93

#e993fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e993fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e993fe Color CSS Codes

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

#e993fe Text Font Color

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

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


#e993fe Background Color

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

This div background color is #e993fe


#e993fe Border Color

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

This div border color is #e993fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e993fe


Comments

No comments written yet.

Please login to write comment.