Color Hex Logo

#e99cca Color Hex

#E99CCA
(233,156,202)
0 Favorites   0 Comments

Color spaces of #e99cca

RGB 233156202
HSL0.900.640.76
HSV324°33°91°
CMYK 0.000.330.13   0.09
XYZ56.153445.364861.6738
Yxy45.36480.34410.2780
Hunter Lab67.353430.9493-7.1430
CIE-Lab73.131535.3616-11.8043

#e99cca color RGB value is (233,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011100 11001010
Octal 351 234 312
Decimal 233 156 202
Hex E9 9C CA

RGB Percentages of Color #e99cca

%39.42
%26.40
%34.18

CMYK Percentages of Color #e99cca

%0
%33
%13
%9

Triadic Colors of #e99cca

#e99cca #cae99c #9ccae9

Analogous Colors of #e99cca

#e99cca #e99ca4 #e29ce9

Monochromatic Colors of #e99cca

#e99cca

Complementary Color

#e99cca #9ce9bb

#e99cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99cca Color CSS Codes

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

#e99cca Text Font Color

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

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


#e99cca Background Color

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

This div background color is #e99cca


#e99cca Border Color

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

This div border color is #e99cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99cca


Comments

No comments written yet.

Please login to write comment.