Color Hex Logo

#e119df Color Hex

#E119DF
(225,25,223)
0 Favorites   0 Comments

Color spaces of #e119df

RGB 22525223
HSL0.840.800.49
HSV301°89°88°
CMYK 0.000.890.01   0.12
XYZ44.718322.030571.7074
Yxy22.03050.32300.1591
Hunter Lab46.936787.9244-57.7245
CIE-Lab54.059486.9030-53.2142

#e119df color RGB value is (225,25,223).

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

The process color (four color CMYK) of #e119df color hex is 0.00, 0.89, 0.01, 0.12. Web safe color of #e119df is #cc00cc. Color #e119df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 11011111
Octal 341 31 337
Decimal 225 25 223
Hex E1 19 DF

RGB Percentages of Color #e119df

%47.57
%5.29
%47.15

CMYK Percentages of Color #e119df

%0
%89
%1
%12

Triadic Colors of #e119df

#e119df #dfe119 #19dfe1

Analogous Colors of #e119df

#e119df #e1197b #7f19e1

Monochromatic Colors of #e119df

#e119df

Complementary Color

#e119df #19e11b

#e119df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e119df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e119df Color CSS Codes

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

#e119df Text Font Color

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

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


#e119df Background Color

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

This div background color is #e119df


#e119df Border Color

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

This div border color is #e119df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e119df


Comments

No comments written yet.

Please login to write comment.