Color Hex Logo

#e11dce Color Hex

#E11DCE
(225,29,206)
0 Favorites   0 Comments

Color spaces of #e11dce

RGB 22529206
HSL0.850.770.50
HSV306°87°88°
CMYK 0.000.870.08   0.12
XYZ42.631321.342560.2651
Yxy21.34250.34310.1718
Hunter Lab46.197983.8728-45.0051
CIE-Lab53.322383.9336-44.6884

#e11dce color RGB value is (225,29,206).

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

The process color (four color CMYK) of #e11dce color hex is 0.00, 0.87, 0.08, 0.12. Web safe color of #e11dce is #cc33cc. Color #e11dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011101 11001110
Octal 341 35 316
Decimal 225 29 206
Hex E1 1D CE

RGB Percentages of Color #e11dce

%48.91
%6.30
%44.78

CMYK Percentages of Color #e11dce

%0
%87
%8
%12

Triadic Colors of #e11dce

#e11dce #cee11d #1dcee1

Analogous Colors of #e11dce

#e11dce #e11d6c #921de1

Monochromatic Colors of #e11dce

#e11dce

Complementary Color

#e11dce #1de130

#e11dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11dce Color CSS Codes

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

#e11dce Text Font Color

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

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


#e11dce Background Color

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

This div background color is #e11dce


#e11dce Border Color

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

This div border color is #e11dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11dce


Comments

No comments written yet.

Please login to write comment.