Color Hex Logo

#e9adea Color Hex

#E9ADEA
(233,173,234)
0 Favorites   0 Comments

Color spaces of #e9adea

RGB 233173234
HSL0.830.590.80
HSV299°26°92°
CMYK 0.000.260.00   0.08
XYZ63.399153.151384.7596
Yxy53.15130.31490.2640
Hunter Lab72.904927.6423-17.8974
CIE-Lab77.964231.8510-21.9737

#e9adea color RGB value is (233,173,234).

#e9adea hex color red value is 233, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e9adea hue: 0.83 , saturation: 0.59 and the lightness value of e9adea is 0.80.

The process color (four color CMYK) of #e9adea color hex is 0.00, 0.26, 0.00, 0.08. Web safe color of #e9adea is #ff99ff. Color #e9adea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101101 11101010
Octal 351 255 352
Decimal 233 173 234
Hex E9 AD EA

RGB Percentages of Color #e9adea

%36.41
%27.03
%36.56

CMYK Percentages of Color #e9adea

%0
%26
%0
%8

Triadic Colors of #e9adea

#e9adea #eae9ad #adeae9

Analogous Colors of #e9adea

#e9adea #eaadcd #cbadea

Monochromatic Colors of #e9adea

#e9adea

Complementary Color

#e9adea #aeeaad

#e9adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9adea Color CSS Codes

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

#e9adea Text Font Color

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

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


#e9adea Background Color

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

This div background color is #e9adea


#e9adea Border Color

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

This div border color is #e9adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9adea


Comments

No comments written yet.

Please login to write comment.