Color Hex Logo

#e116ce Color Hex

#E116CE
(225,22,206)
0 Favorites   0 Comments

Color spaces of #e116ce

RGB 22522206
HSL0.850.820.48
HSV306°90°88°
CMYK 0.000.900.08   0.12
XYZ42.478821.037660.2143
Yxy21.03760.34330.1700
Hunter Lab45.866885.0482-45.7297
CIE-Lab52.990684.9064-45.2141

#e116ce color RGB value is (225,22,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010110 11001110
Octal 341 26 316
Decimal 225 22 206
Hex E1 16 CE

RGB Percentages of Color #e116ce

%49.67
%4.86
%45.47

CMYK Percentages of Color #e116ce

%0
%90
%8
%12

Triadic Colors of #e116ce

#e116ce #cee116 #16cee1

Analogous Colors of #e116ce

#e116ce #e11669 #8f16e1

Monochromatic Colors of #e116ce

#e116ce

Complementary Color

#e116ce #16e129

#e116ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e116ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e116ce Color CSS Codes

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

#e116ce Text Font Color

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

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


#e116ce Background Color

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

This div background color is #e116ce


#e116ce Border Color

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

This div border color is #e116ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e116ce


Comments

No comments written yet.

Please login to write comment.