Color Hex Logo

#e99adf Color Hex

#E99ADF
(233,154,223)
0 Favorites   0 Comments

Color spaces of #e99adf

RGB 233154223
HSL0.850.640.76
HSV308°34°91°
CMYK 0.000.340.04   0.09
XYZ58.479245.762675.5629
Yxy45.76260.32520.2545
Hunter Lab67.648135.9224-18.8733
CIE-Lab73.391239.9561-22.9477

#e99adf color RGB value is (233,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011010 11011111
Octal 351 232 337
Decimal 233 154 223
Hex E9 9A DF

RGB Percentages of Color #e99adf

%38.20
%25.25
%36.56

CMYK Percentages of Color #e99adf

%0
%34
%4
%9

Triadic Colors of #e99adf

#e99adf #dfe99a #9adfe9

Analogous Colors of #e99adf

#e99adf #e99ab8 #cc9ae9

Monochromatic Colors of #e99adf

#e99adf

Complementary Color

#e99adf #9ae9a4

#e99adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99adf Color CSS Codes

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

#e99adf Text Font Color

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

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


#e99adf Background Color

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

This div background color is #e99adf


#e99adf Border Color

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

This div border color is #e99adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99adf


Comments

No comments written yet.

Please login to write comment.