Color Hex Logo

#e174ac Color Hex

#E174AC
(225,116,172)
0 Favorites   0 Comments

Color spaces of #e174ac

RGB 225116172
HSL0.910.640.67
HSV329°48°88°
CMYK 0.000.480.24   0.12
XYZ44.743131.476942.7472
Yxy31.47690.37610.2646
Hunter Lab56.104344.1711-5.9015
CIE-Lab62.908248.8335-10.3980

#e174ac color RGB value is (225,116,172).

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

The process color (four color CMYK) of #e174ac color hex is 0.00, 0.48, 0.24, 0.12. Web safe color of #e174ac is #cc6699. Color #e174ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 10101100
Octal 341 164 254
Decimal 225 116 172
Hex E1 74 AC

RGB Percentages of Color #e174ac

%43.86
%22.61
%33.53

CMYK Percentages of Color #e174ac

%0
%48
%24
%12

Triadic Colors of #e174ac

#e174ac #ace174 #74ace1

Analogous Colors of #e174ac

#e174ac #e17476 #e074e1

Monochromatic Colors of #e174ac

#e174ac

Complementary Color

#e174ac #74e1a9

#e174ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174ac Color CSS Codes

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

#e174ac Text Font Color

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

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


#e174ac Background Color

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

This div background color is #e174ac


#e174ac Border Color

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

This div border color is #e174ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174ac


Comments

No comments written yet.

Please login to write comment.