Color Hex Logo

#e81cce Color Hex

#E81CCE
(232,28,206)
0 Favorites   0 Comments

Color spaces of #e81cce

RGB 23228206
HSL0.850.820.51
HSV308°88°91°
CMYK 0.000.880.11   0.09
XYZ44.834522.442560.3613
Yxy22.44250.35130.1758
Hunter Lab47.373586.0295-42.3833
CIE-Lab54.493485.3687-42.7566

#e81cce color RGB value is (232,28,206).

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

The process color (four color CMYK) of #e81cce color hex is 0.00, 0.88, 0.11, 0.09. Web safe color of #e81cce is #ff33cc. Color #e81cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011100 11001110
Octal 350 34 316
Decimal 232 28 206
Hex E8 1C CE

RGB Percentages of Color #e81cce

%49.79
%6.01
%44.21

CMYK Percentages of Color #e81cce

%0
%88
%11
%9

Triadic Colors of #e81cce

#e81cce #cee81c #1ccee8

Analogous Colors of #e81cce

#e81cce #e81c68 #9c1ce8

Monochromatic Colors of #e81cce

#e81cce

Complementary Color

#e81cce #1ce836

#e81cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81cce Color CSS Codes

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

#e81cce Text Font Color

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

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


#e81cce Background Color

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

This div background color is #e81cce


#e81cce Border Color

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

This div border color is #e81cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81cce


Comments

No comments written yet.

Please login to write comment.