Color Hex Logo

#e47fac Color Hex

#E47FAC
(228,127,172)
0 Favorites   0 Comments

Color spaces of #e47fac

RGB 228127172
HSL0.930.650.70
HSV333°44°89°
CMYK 0.000.440.25   0.11
XYZ47.030734.651343.2393
Yxy34.65130.37650.2774
Hunter Lab58.865439.5989-2.3455
CIE-Lab65.476344.2829-6.5300

#e47fac color RGB value is (228,127,172).

#e47fac hex color red value is 228, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e47fac hue: 0.93 , saturation: 0.65 and the lightness value of e47fac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111111 10101100
Octal 344 177 254
Decimal 228 127 172
Hex E4 7F AC

RGB Percentages of Color #e47fac

%43.26
%24.10
%32.64

CMYK Percentages of Color #e47fac

%0
%44
%25
%11

Triadic Colors of #e47fac

#e47fac #ace47f #7face4

Analogous Colors of #e47fac

#e47fac #e4857f #e47fdf

Monochromatic Colors of #e47fac

#e47fac

Complementary Color

#e47fac #7fe4b7

#e47fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47fac Color CSS Codes

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

#e47fac Text Font Color

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

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


#e47fac Background Color

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

This div background color is #e47fac


#e47fac Border Color

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

This div border color is #e47fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47fac


Comments

No comments written yet.

Please login to write comment.