Color Hex Logo

#e0adfe Color Hex

#E0ADFE
(224,173,254)
0 Favorites   0 Comments

Color spaces of #e0adfe

RGB 224173254
HSL0.770.980.84
HSV278°32°100°
CMYK 0.120.320.00   0.00
XYZ63.573452.8902100.6241
Yxy52.89020.29280.2436
Hunter Lab72.725628.7666-31.1264
CIE-Lab77.810132.9153-33.0681

#e0adfe color RGB value is (224,173,254).

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

The process color (four color CMYK) of #e0adfe color hex is 0.12, 0.32, 0.00, 0.00. Web safe color of #e0adfe is #cc99ff. Color #e0adfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 11111110
Octal 340 255 376
Decimal 224 173 254
Hex E0 AD FE

RGB Percentages of Color #e0adfe

%34.41
%26.57
%39.02

CMYK Percentages of Color #e0adfe

%12
%32
%0
%0

Triadic Colors of #e0adfe

#e0adfe #fee0ad #adfee0

Analogous Colors of #e0adfe

#e0adfe #feadf4 #b8adfe

Monochromatic Colors of #e0adfe

#e0adfe

Complementary Color

#e0adfe #cbfead

#e0adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0adfe Color CSS Codes

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

#e0adfe Text Font Color

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

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


#e0adfe Background Color

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

This div background color is #e0adfe


#e0adfe Border Color

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

This div border color is #e0adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0adfe

Related Colors


Comments

No comments written yet.

Please login to write comment.