Color Hex Logo

#e99fca Color Hex

#E99FCA
(233,159,202)
0 Favorites   0 Comments

Color spaces of #e99fca

RGB 233159202
HSL0.900.630.77
HSV325°32°91°
CMYK 0.000.320.13   0.09
XYZ56.663146.384261.8437
Yxy46.38420.34360.2813
Hunter Lab68.105929.3238-6.1642
CIE-Lab73.794133.7707-10.8136

#e99fca color RGB value is (233,159,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011111 11001010
Octal 351 237 312
Decimal 233 159 202
Hex E9 9F CA

RGB Percentages of Color #e99fca

%39.23
%26.77
%34.01

CMYK Percentages of Color #e99fca

%0
%32
%13
%9

Triadic Colors of #e99fca

#e99fca #cae99f #9fcae9

Analogous Colors of #e99fca

#e99fca #e99fa5 #e39fe9

Monochromatic Colors of #e99fca

#e99fca

Complementary Color

#e99fca #9fe9be

#e99fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99fca Color CSS Codes

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

#e99fca Text Font Color

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

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


#e99fca Background Color

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

This div background color is #e99fca


#e99fca Border Color

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

This div border color is #e99fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99fca


Comments

No comments written yet.

Please login to write comment.