Color Hex Logo

#e471ac Color Hex

#E471AC
(228,113,172)
0 Favorites   0 Comments

Color spaces of #e471ac

RGB 228113172
HSL0.910.680.67
HSV329°50°89°
CMYK 0.000.500.25   0.11
XYZ45.346431.282842.6779
Yxy31.28280.38010.2622
Hunter Lab55.931046.8406-6.0892
CIE-Lab62.745651.2744-10.5990

#e471ac color RGB value is (228,113,172).

#e471ac hex color red value is 228, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e471ac hue: 0.91 , saturation: 0.68 and the lightness value of e471ac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110001 10101100
Octal 344 161 254
Decimal 228 113 172
Hex E4 71 AC

RGB Percentages of Color #e471ac

%44.44
%22.03
%33.53

CMYK Percentages of Color #e471ac

%0
%50
%25
%11

Triadic Colors of #e471ac

#e471ac #ace471 #71ace4

Analogous Colors of #e471ac

#e471ac #e47173 #e371e4

Monochromatic Colors of #e471ac

#e471ac

Complementary Color

#e471ac #71e4a9

#e471ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e471ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e471ac Color CSS Codes

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

#e471ac Text Font Color

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

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


#e471ac Background Color

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

This div background color is #e471ac


#e471ac Border Color

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

This div border color is #e471ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e471ac


Comments

No comments written yet.

Please login to write comment.