Color Hex Logo

#e47ade Color Hex

#E47ADE
(228,122,222)
0 Favorites   0 Comments

Color spaces of #e47ade

RGB 228122222
HSL0.840.660.69
HSV303°46°89°
CMYK 0.000.460.03   0.11
XYZ52.139335.687073.2475
Yxy35.68700.32370.2216
Hunter Lab59.738651.2506-30.8804
CIE-Lab66.280154.6481-33.3809

#e47ade color RGB value is (228,122,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 11011110
Octal 344 172 336
Decimal 228 122 222
Hex E4 7A DE

RGB Percentages of Color #e47ade

%39.86
%21.33
%38.81

CMYK Percentages of Color #e47ade

%0
%46
%3
%11

Triadic Colors of #e47ade

#e47ade #dee47a #7adee4

Analogous Colors of #e47ade

#e47ade #e47aa9 #b57ae4

Monochromatic Colors of #e47ade

#e47ade

Complementary Color

#e47ade #7ae480

#e47ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ade Color CSS Codes

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

#e47ade Text Font Color

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

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


#e47ade Background Color

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

This div background color is #e47ade


#e47ade Border Color

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

This div border color is #e47ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ade


Comments

No comments written yet.

Please login to write comment.