Color Hex Logo

#e174ad Color Hex

#E174AD
(225,116,173)
0 Favorites   0 Comments

Color spaces of #e174ad

RGB 225116173
HSL0.910.640.67
HSV329°48°88°
CMYK 0.000.480.23   0.12
XYZ44.839631.515543.2550
Yxy31.51550.37490.2635
Hunter Lab56.138744.3305-6.3860
CIE-Lab62.940448.9739-10.9200

#e174ad color RGB value is (225,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 10101101
Octal 341 164 255
Decimal 225 116 173
Hex E1 74 AD

RGB Percentages of Color #e174ad

%43.77
%22.57
%33.66

CMYK Percentages of Color #e174ad

%0
%48
%23
%12

Triadic Colors of #e174ad

#e174ad #ade174 #74ade1

Analogous Colors of #e174ad

#e174ad #e17477 #df74e1

Monochromatic Colors of #e174ad

#e174ad

Complementary Color

#e174ad #74e1a8

#e174ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174ad Color CSS Codes

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

#e174ad Text Font Color

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

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


#e174ad Background Color

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

This div background color is #e174ad


#e174ad Border Color

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

This div border color is #e174ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174ad


Comments

No comments written yet.

Please login to write comment.