Color Hex Logo

#e47dac Color Hex

#E47DAC
(228,125,172)
0 Favorites   0 Comments

Color spaces of #e47dac

RGB 228125172
HSL0.920.660.69
HSV333°45°89°
CMYK 0.000.450.25   0.11
XYZ46.774934.139843.1541
Yxy34.13980.37700.2752
Hunter Lab58.429340.6449-2.8893
CIE-Lab65.073445.3012-7.1281

#e47dac color RGB value is (228,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 10101100
Octal 344 175 254
Decimal 228 125 172
Hex E4 7D AC

RGB Percentages of Color #e47dac

%43.43
%23.81
%32.76

CMYK Percentages of Color #e47dac

%0
%45
%25
%11

Triadic Colors of #e47dac

#e47dac #ace47d #7dace4

Analogous Colors of #e47dac

#e47dac #e4827d #e47de0

Monochromatic Colors of #e47dac

#e47dac

Complementary Color

#e47dac #7de4b5

#e47dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47dac Color CSS Codes

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

#e47dac Text Font Color

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

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


#e47dac Background Color

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

This div background color is #e47dac


#e47dac Border Color

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

This div border color is #e47dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47dac


Comments

No comments written yet.

Please login to write comment.