Color Hex Logo

#e999ca Color Hex

#E999CA
(233,153,202)
0 Favorites   0 Comments

Color spaces of #e999ca

RGB 233153202
HSL0.900.650.76
HSV323°34°91°
CMYK 0.000.340.13   0.09
XYZ55.656244.370461.5081
Yxy44.37040.34450.2747
Hunter Lab66.611132.5743-8.1201
CIE-Lab72.475436.9475-12.7872

#e999ca color RGB value is (233,153,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011001 11001010
Octal 351 231 312
Decimal 233 153 202
Hex E9 99 CA

RGB Percentages of Color #e999ca

%39.63
%26.02
%34.35

CMYK Percentages of Color #e999ca

%0
%34
%13
%9

Triadic Colors of #e999ca

#e999ca #cae999 #99cae9

Analogous Colors of #e999ca

#e999ca #e999a2 #e099e9

Monochromatic Colors of #e999ca

#e999ca

Complementary Color

#e999ca #99e9b8

#e999ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e999ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e999ca Color CSS Codes

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

#e999ca Text Font Color

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

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


#e999ca Background Color

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

This div background color is #e999ca


#e999ca Border Color

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

This div border color is #e999ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e999ca


Comments

No comments written yet.

Please login to write comment.