Color Hex Logo

#e49adc Color Hex

#E49ADC
(228,154,220)
0 Favorites   0 Comments

Color spaces of #e49adc

RGB 228154220
HSL0.850.580.75
HSV306°32°89°
CMYK 0.000.320.04   0.11
XYZ56.468844.772573.3759
Yxy44.77250.32340.2564
Hunter Lab66.912333.5438-18.1788
CIE-Lab72.741837.8250-22.3423

#e49adc color RGB value is (228,154,220).

#e49adc hex color red value is 228, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e49adc hue: 0.85 , saturation: 0.58 and the lightness value of e49adc is 0.75.

The process color (four color CMYK) of #e49adc color hex is 0.00, 0.32, 0.04, 0.11. Web safe color of #e49adc is #cc99cc. Color #e49adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011010 11011100
Octal 344 232 334
Decimal 228 154 220
Hex E4 9A DC

RGB Percentages of Color #e49adc

%37.87
%25.58
%36.54

CMYK Percentages of Color #e49adc

%0
%32
%4
%11

Triadic Colors of #e49adc

#e49adc #dce49a #9adce4

Analogous Colors of #e49adc

#e49adc #e49ab7 #c79ae4

Monochromatic Colors of #e49adc

#e49adc

Complementary Color

#e49adc #9ae4a2

#e49adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49adc Color CSS Codes

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

#e49adc Text Font Color

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

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


#e49adc Background Color

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

This div background color is #e49adc


#e49adc Border Color

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

This div border color is #e49adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49adc


Comments

No comments written yet.

Please login to write comment.