Color Hex Logo

#e119de Color Hex

#E119DE
(225,25,222)
0 Favorites   0 Comments

Color spaces of #e119de

RGB 22525222
HSL0.840.800.49
HSV301°89°88°
CMYK 0.000.890.01   0.12
XYZ44.583821.976770.9993
Yxy21.97670.32410.1598
Hunter Lab46.879387.7207-56.9799
CIE-Lab54.002386.7588-52.7379

#e119de color RGB value is (225,25,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 11011110
Octal 341 31 336
Decimal 225 25 222
Hex E1 19 DE

RGB Percentages of Color #e119de

%47.67
%5.30
%47.03

CMYK Percentages of Color #e119de

%0
%89
%1
%12

Triadic Colors of #e119de

#e119de #dee119 #19dee1

Analogous Colors of #e119de

#e119de #e1197a #8019e1

Monochromatic Colors of #e119de

#e119de

Complementary Color

#e119de #19e11c

#e119de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e119de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e119de Color CSS Codes

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

#e119de Text Font Color

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

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


#e119de Background Color

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

This div background color is #e119de


#e119de Border Color

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

This div border color is #e119de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e119de


Comments

No comments written yet.

Please login to write comment.