Color Hex Logo

#e0adfb Color Hex

#E0ADFB
(224,173,251)
0 Favorites   0 Comments

Color spaces of #e0adfb

RGB 224173251
HSL0.780.910.83
HSV279°31°98°
CMYK 0.110.310.00   0.02
XYZ63.096652.699598.1132
Yxy52.69950.29500.2464
Hunter Lab72.594428.1059-29.3158
CIE-Lab77.697232.3060-31.6287

#e0adfb color RGB value is (224,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 11111011
Octal 340 255 373
Decimal 224 173 251
Hex E0 AD FB

RGB Percentages of Color #e0adfb

%34.57
%26.70
%38.73

CMYK Percentages of Color #e0adfb

%11
%31
%0
%2

Triadic Colors of #e0adfb

#e0adfb #fbe0ad #adfbe0

Analogous Colors of #e0adfb

#e0adfb #fbadef #b9adfb

Monochromatic Colors of #e0adfb

#e0adfb

Complementary Color

#e0adfb #c8fbad

#e0adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0adfb Color CSS Codes

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

#e0adfb Text Font Color

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

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


#e0adfb Background Color

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

This div background color is #e0adfb


#e0adfb Border Color

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

This div border color is #e0adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0adfb


Comments

No comments written yet.

Please login to write comment.