Color Hex Logo

#e47adc Color Hex

#E47ADC
(228,122,220)
0 Favorites   0 Comments

Color spaces of #e47adc

RGB 228122220
HSL0.850.660.69
HSV305°46°89°
CMYK 0.000.460.04   0.11
XYZ51.872735.580471.8438
Yxy35.58040.32560.2234
Hunter Lab59.649350.8423-29.6565
CIE-Lab66.198154.3028-32.3956

#e47adc color RGB value is (228,122,220).

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

The process color (four color CMYK) of #e47adc color hex is 0.00, 0.46, 0.04, 0.11. Web safe color of #e47adc is #cc66cc. Color #e47adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 11011100
Octal 344 172 334
Decimal 228 122 220
Hex E4 7A DC

RGB Percentages of Color #e47adc

%40.00
%21.40
%38.60

CMYK Percentages of Color #e47adc

%0
%46
%4
%11

Triadic Colors of #e47adc

#e47adc #dce47a #7adce4

Analogous Colors of #e47adc

#e47adc #e47aa7 #b77ae4

Monochromatic Colors of #e47adc

#e47adc

Complementary Color

#e47adc #7ae482

#e47adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47adc Color CSS Codes

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

#e47adc Text Font Color

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

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


#e47adc Background Color

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

This div background color is #e47adc


#e47adc Border Color

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

This div border color is #e47adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47adc


Comments

No comments written yet.

Please login to write comment.