Color Hex Logo

#e119af Color Hex

#E119AF
(225,25,175)
0 Favorites   0 Comments

Color spaces of #e119af

RGB 22525175
HSL0.880.800.49
HSV315°89°88°
CMYK 0.000.890.22   0.12
XYZ39.136819.798042.3161
Yxy19.79800.38650.1955
Hunter Lab44.494979.1386-25.2402
CIE-Lab51.608180.5654-29.3870

#e119af color RGB value is (225,25,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 10101111
Octal 341 31 257
Decimal 225 25 175
Hex E1 19 AF

RGB Percentages of Color #e119af

%52.94
%5.88
%41.18

CMYK Percentages of Color #e119af

%0
%89
%22
%12

Triadic Colors of #e119af

#e119af #afe119 #19afe1

Analogous Colors of #e119af

#e119af #e1194b #af19e1

Monochromatic Colors of #e119af

#e119af

Complementary Color

#e119af #19e14b

#e119af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e119af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e119af Color CSS Codes

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

#e119af Text Font Color

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

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


#e119af Background Color

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

This div background color is #e119af


#e119af Border Color

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

This div border color is #e119af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,25,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e119af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e119af


Comments

No comments written yet.

Please login to write comment.