Color Hex Logo

#e119ce Color Hex

#E119CE
(225,25,206)
0 Favorites   0 Comments

Color spaces of #e119ce

RGB 22525206
HSL0.850.800.49
HSV306°89°88°
CMYK 0.000.890.08   0.12
XYZ42.539521.159060.2345
Yxy21.15900.34320.1707
Hunter Lab45.998984.5776-45.4396
CIE-Lab53.123184.5175-45.0041

#e119ce color RGB value is (225,25,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 11001110
Octal 341 31 316
Decimal 225 25 206
Hex E1 19 CE

RGB Percentages of Color #e119ce

%49.34
%5.48
%45.18

CMYK Percentages of Color #e119ce

%0
%89
%8
%12

Triadic Colors of #e119ce

#e119ce #cee119 #19cee1

Analogous Colors of #e119ce

#e119ce #e1196a #9019e1

Monochromatic Colors of #e119ce

#e119ce

Complementary Color

#e119ce #19e12c

#e119ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e119ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e119ce Color CSS Codes

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

#e119ce Text Font Color

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

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


#e119ce Background Color

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

This div background color is #e119ce


#e119ce Border Color

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

This div border color is #e119ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e119ce


Comments

No comments written yet.

Please login to write comment.