Color Hex Logo

#e117ad Color Hex

#E117AD
(225,23,173)
0 Favorites   0 Comments

Color spaces of #e117ad

RGB 22523173
HSL0.880.810.49
HSV315°90°88°
CMYK 0.000.900.23   0.12
XYZ38.900619.637541.2753
Yxy19.63750.38970.1967
Hunter Lab44.314279.1438-24.2041
CIE-Lab51.424980.6052-28.4963

#e117ad color RGB value is (225,23,173).

#e117ad hex color red value is 225, green value is 23 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e117ad hue: 0.88 , saturation: 0.81 and the lightness value of e117ad is 0.49.

The process color (four color CMYK) of #e117ad color hex is 0.00, 0.90, 0.23, 0.12. Web safe color of #e117ad is #cc0099. Color #e117ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 10101101
Octal 341 27 255
Decimal 225 23 173
Hex E1 17 AD

RGB Percentages of Color #e117ad

%53.44
%5.46
%41.09

CMYK Percentages of Color #e117ad

%0
%90
%23
%12

Triadic Colors of #e117ad

#e117ad #ade117 #17ade1

Analogous Colors of #e117ad

#e117ad #e11748 #b017e1

Monochromatic Colors of #e117ad

#e117ad

Complementary Color

#e117ad #17e14b

#e117ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e117ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e117ad Color CSS Codes

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

#e117ad Text Font Color

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

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


#e117ad Background Color

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

This div background color is #e117ad


#e117ad Border Color

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

This div border color is #e117ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e117ad


Comments

No comments written yet.

Please login to write comment.