Color Hex Logo

#e993ce Color Hex

#E993CE
(233,147,206)
0 Favorites   0 Comments

Color spaces of #e993ce

RGB 233147206
HSL0.890.660.75
HSV319°37°91°
CMYK 0.000.370.12   0.09
XYZ55.178642.647363.7160
Yxy42.64730.34160.2640
Hunter Lab65.304936.5379-12.1340
CIE-Lab71.314940.7495-16.7430

#e993ce color RGB value is (233,147,206).

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

The process color (four color CMYK) of #e993ce color hex is 0.00, 0.37, 0.12, 0.09. Web safe color of #e993ce is #ff99cc. Color #e993ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010011 11001110
Octal 351 223 316
Decimal 233 147 206
Hex E9 93 CE

RGB Percentages of Color #e993ce

%39.76
%25.09
%35.15

CMYK Percentages of Color #e993ce

%0
%37
%12
%9

Triadic Colors of #e993ce

#e993ce #cee993 #93cee9

Analogous Colors of #e993ce

#e993ce #e993a3 #d993e9

Monochromatic Colors of #e993ce

#e993ce

Complementary Color

#e993ce #93e9ae

#e993ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e993ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e993ce Color CSS Codes

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

#e993ce Text Font Color

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

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


#e993ce Background Color

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

This div background color is #e993ce


#e993ce Border Color

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

This div border color is #e993ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e993ce


Comments

No comments written yet.

Please login to write comment.