Color Hex Logo

#e173ad Color Hex

#E173AD
(225,115,173)
0 Favorites   0 Comments

Color spaces of #e173ad

RGB 225115173
HSL0.910.650.67
HSV328°49°88°
CMYK 0.000.490.23   0.12
XYZ44.724931.286143.2167
Yxy31.28610.37510.2624
Hunter Lab55.934044.8444-6.6559
CIE-Lab62.748449.4693-11.2076

#e173ad color RGB value is (225,115,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 10101101
Octal 341 163 255
Decimal 225 115 173
Hex E1 73 AD

RGB Percentages of Color #e173ad

%43.86
%22.42
%33.72

CMYK Percentages of Color #e173ad

%0
%49
%23
%12

Triadic Colors of #e173ad

#e173ad #ade173 #73ade1

Analogous Colors of #e173ad

#e173ad #e17376 #de73e1

Monochromatic Colors of #e173ad

#e173ad

Complementary Color

#e173ad #73e1a7

#e173ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e173ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e173ad Color CSS Codes

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

#e173ad Text Font Color

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

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


#e173ad Background Color

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

This div background color is #e173ad


#e173ad Border Color

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

This div border color is #e173ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e173ad


Comments

No comments written yet.

Please login to write comment.