Color Hex Logo

#e0adfa Color Hex

#E0ADFA
(224,173,250)
0 Favorites   0 Comments

Color spaces of #e0adfa

RGB 224173250
HSL0.780.890.83
HSV280°31°98°
CMYK 0.100.310.00   0.02
XYZ62.939452.636697.2851
Yxy52.63660.29570.2473
Hunter Lab72.551127.8876-28.7173
CIE-Lab77.660032.1042-31.1480

#e0adfa color RGB value is (224,173,250).

#e0adfa hex color red value is 224, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e0adfa hue: 0.78 , saturation: 0.89 and the lightness value of e0adfa is 0.83.

The process color (four color CMYK) of #e0adfa color hex is 0.10, 0.31, 0.00, 0.02. Web safe color of #e0adfa is #cc99ff. Color #e0adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 11111010
Octal 340 255 372
Decimal 224 173 250
Hex E0 AD FA

RGB Percentages of Color #e0adfa

%34.62
%26.74
%38.64

CMYK Percentages of Color #e0adfa

%10
%31
%0
%2

Triadic Colors of #e0adfa

#e0adfa #fae0ad #adfae0

Analogous Colors of #e0adfa

#e0adfa #faadee #baadfa

Monochromatic Colors of #e0adfa

#e0adfa

Complementary Color

#e0adfa #c7faad

#e0adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0adfa Color CSS Codes

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

#e0adfa Text Font Color

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

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


#e0adfa Background Color

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

This div background color is #e0adfa


#e0adfa Border Color

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

This div border color is #e0adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0adfa


Comments

No comments written yet.

Please login to write comment.