Color Hex Logo

#e119ad Color Hex

#E119AD
(225,25,173)
0 Favorites   0 Comments

Color spaces of #e119ad

RGB 22525173
HSL0.880.800.49
HSV316°89°88°
CMYK 0.000.890.23   0.12
XYZ38.941819.719941.2890
Yxy19.71990.38960.1973
Hunter Lab44.407178.8191-24.0419
CIE-Lab51.519080.3303-28.3499

#e119ad color RGB value is (225,25,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 10101101
Octal 341 31 255
Decimal 225 25 173
Hex E1 19 AD

RGB Percentages of Color #e119ad

%53.19
%5.91
%40.90

CMYK Percentages of Color #e119ad

%0
%89
%23
%12

Triadic Colors of #e119ad

#e119ad #ade119 #19ade1

Analogous Colors of #e119ad

#e119ad #e11949 #b119e1

Monochromatic Colors of #e119ad

#e119ad

Complementary Color

#e119ad #19e14d

#e119ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e119ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e119ad Color CSS Codes

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

#e119ad Text Font Color

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

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


#e119ad Background Color

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

This div background color is #e119ad


#e119ad Border Color

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

This div border color is #e119ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e119ad


Comments

No comments written yet.

Please login to write comment.