Color Hex Logo

#e47eda Color Hex

#E47EDA
(228,126,218)
0 Favorites   0 Comments

Color spaces of #e47eda

RGB 228126218
HSL0.850.650.69
HSV306°45°89°
CMYK 0.000.450.04   0.11
XYZ52.110736.477670.6240
Yxy36.47760.32730.2291
Hunter Lab60.396748.3169-27.0522
CIE-Lab66.883251.9734-30.2232

#e47eda color RGB value is (228,126,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 11011010
Octal 344 176 332
Decimal 228 126 218
Hex E4 7E DA

RGB Percentages of Color #e47eda

%39.86
%22.03
%38.11

CMYK Percentages of Color #e47eda

%0
%45
%4
%11

Triadic Colors of #e47eda

#e47eda #dae47e #7edae4

Analogous Colors of #e47eda

#e47eda #e47ea7 #bb7ee4

Monochromatic Colors of #e47eda

#e47eda

Complementary Color

#e47eda #7ee488

#e47eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47eda Color CSS Codes

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

#e47eda Text Font Color

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

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


#e47eda Background Color

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

This div background color is #e47eda


#e47eda Border Color

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

This div border color is #e47eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47eda


Comments

No comments written yet.

Please login to write comment.