Color Hex Logo

#e47ead Color Hex

#E47EAD
(228,126,173)
0 Favorites   0 Comments

Color spaces of #e47ead

RGB 228126173
HSL0.920.650.69
HSV332°45°89°
CMYK 0.000.450.24   0.11
XYZ46.998634.432843.7043
Yxy34.43280.37560.2752
Hunter Lab58.679540.2783-3.0834
CIE-Lab65.304744.9327-7.3510

#e47ead color RGB value is (228,126,173).

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

The process color (four color CMYK) of #e47ead color hex is 0.00, 0.45, 0.24, 0.11. Web safe color of #e47ead is #cc6699. Color #e47ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 10101101
Octal 344 176 255
Decimal 228 126 173
Hex E4 7E AD

RGB Percentages of Color #e47ead

%43.26
%23.91
%32.83

CMYK Percentages of Color #e47ead

%0
%45
%24
%11

Triadic Colors of #e47ead

#e47ead #ade47e #7eade4

Analogous Colors of #e47ead

#e47ead #e4827e #e47ee0

Monochromatic Colors of #e47ead

#e47ead

Complementary Color

#e47ead #7ee4b5

#e47ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ead Color CSS Codes

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

#e47ead Text Font Color

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

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


#e47ead Background Color

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

This div background color is #e47ead


#e47ead Border Color

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

This div border color is #e47ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ead


Comments

No comments written yet.

Please login to write comment.