Color Hex Logo

#e99fce Color Hex

#E99FCE
(233,159,206)
0 Favorites   0 Comments

Color spaces of #e99fce

RGB 233159206
HSL0.890.630.77
HSV322°32°91°
CMYK 0.000.320.12   0.09
XYZ57.143046.576164.3708
Yxy46.57610.34000.2771
Hunter Lab68.246730.0265-8.1501
CIE-Lab73.917834.4224-12.8264

#e99fce color RGB value is (233,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011111 11001110
Octal 351 237 316
Decimal 233 159 206
Hex E9 9F CE

RGB Percentages of Color #e99fce

%38.96
%26.59
%34.45

CMYK Percentages of Color #e99fce

%0
%32
%12
%9

Triadic Colors of #e99fce

#e99fce #cee99f #9fcee9

Analogous Colors of #e99fce

#e99fce #e99fa9 #df9fe9

Monochromatic Colors of #e99fce

#e99fce

Complementary Color

#e99fce #9fe9ba

#e99fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99fce Color CSS Codes

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

#e99fce Text Font Color

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

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


#e99fce Background Color

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

This div background color is #e99fce


#e99fce Border Color

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

This div border color is #e99fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99fce


Comments

No comments written yet.

Please login to write comment.