Color Hex Logo

#e9adfe Color Hex

#E9ADFE
(233,173,254)
0 Favorites   0 Comments

Color spaces of #e9adfe

RGB 233173254
HSL0.790.980.84
HSV284°32°100°
CMYK 0.080.320.00   0.00
XYZ66.437254.3665100.7581
Yxy54.36650.29990.2454
Hunter Lab73.733631.8023-29.4071
CIE-Lab78.675035.6573-31.6635

#e9adfe color RGB value is (233,173,254).

#e9adfe hex color red value is 233, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e9adfe hue: 0.79 , saturation: 0.98 and the lightness value of e9adfe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101101 11111110
Octal 351 255 376
Decimal 233 173 254
Hex E9 AD FE

RGB Percentages of Color #e9adfe

%35.30
%26.21
%38.48

CMYK Percentages of Color #e9adfe

%8
%32
%0
%0

Triadic Colors of #e9adfe

#e9adfe #fee9ad #adfee9

Analogous Colors of #e9adfe

#e9adfe #feadeb #c1adfe

Monochromatic Colors of #e9adfe

#e9adfe

Complementary Color

#e9adfe #c2fead

#e9adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9adfe Color CSS Codes

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

#e9adfe Text Font Color

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

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


#e9adfe Background Color

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

This div background color is #e9adfe


#e9adfe Border Color

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

This div border color is #e9adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9adfe


Comments

No comments written yet.

Please login to write comment.