Color Hex Logo

#e09adf Color Hex

#E09ADF
(224,154,223)
0 Favorites   0 Comments

Color spaces of #e09adf

RGB 224154223
HSL0.840.530.74
HSV301°31°88°
CMYK 0.000.310.00   0.12
XYZ55.615444.286275.4289
Yxy44.28620.31720.2526
Hunter Lab66.547932.7173-20.6189
CIE-Lab72.419437.0867-24.5185

#e09adf color RGB value is (224,154,223).

#e09adf hex color red value is 224, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e09adf hue: 0.84 , saturation: 0.53 and the lightness value of e09adf is 0.74.

The process color (four color CMYK) of #e09adf color hex is 0.00, 0.31, 0.00, 0.12. Web safe color of #e09adf is #cc99cc. Color #e09adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011010 11011111
Octal 340 232 337
Decimal 224 154 223
Hex E0 9A DF

RGB Percentages of Color #e09adf

%37.27
%25.62
%37.10

CMYK Percentages of Color #e09adf

%0
%31
%0
%12

Triadic Colors of #e09adf

#e09adf #dfe09a #9adfe0

Analogous Colors of #e09adf

#e09adf #e09abc #be9ae0

Monochromatic Colors of #e09adf

#e09adf

Complementary Color

#e09adf #9ae09b

#e09adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09adf Color CSS Codes

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

#e09adf Text Font Color

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

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


#e09adf Background Color

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

This div background color is #e09adf


#e09adf Border Color

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

This div border color is #e09adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09adf


Comments

No comments written yet.

Please login to write comment.