Color Hex Logo

#e993eb Color Hex

#E993EB
(233,147,235)
0 Favorites   0 Comments

Color spaces of #e993eb

RGB 233147235
HSL0.830.690.75
HSV299°37°92°
CMYK 0.010.370.00   0.08
XYZ59.033444.189284.0152
Yxy44.18920.31530.2360
Hunter Lab66.475042.1866-28.4019
CIE-Lab72.354845.7627-31.1050

#e993eb color RGB value is (233,147,235).

#e993eb hex color red value is 233, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e993eb hue: 0.83 , saturation: 0.69 and the lightness value of e993eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010011 11101011
Octal 351 223 353
Decimal 233 147 235
Hex E9 93 EB

RGB Percentages of Color #e993eb

%37.89
%23.90
%38.21

CMYK Percentages of Color #e993eb

%1
%37
%0
%8

Triadic Colors of #e993eb

#e993eb #ebe993 #93ebe9

Analogous Colors of #e993eb

#e993eb #eb93c1 #bd93eb

Monochromatic Colors of #e993eb

#e993eb

Complementary Color

#e993eb #95eb93

#e993eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e993eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e993eb Color CSS Codes

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

#e993eb Text Font Color

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

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


#e993eb Background Color

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

This div background color is #e993eb


#e993eb Border Color

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

This div border color is #e993eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,147,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e993eb


Comments

No comments written yet.

Please login to write comment.