color codes Logo

#e01dce color codes

#E01DCE
(224,29,206)
0 Favorites   0 Comments

Color spaces of #e01dce

RGB 22429206
HSL0.850.770.50
HSV306°87°88°
CMYK 0.000.870.08   0.12
XYZ42.320421.182360.2506
Yxy21.18230.34200.1712
Hunter Lab46.024283.5927-45.3999
CIE-Lab53.148483.7504-44.9750

#e01dce color RGB value is (224,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 11001110
Octal 340 35 316
Decimal 224 29 206
Hex E0 1D CE

RGB Percentages of Color #e01dce

%48.80
%6.32
%44.88

CMYK Percentages of Color #e01dce

%0
%87
%8
%12

Triadic Colors of #e01dce

#e01dce #cee01d #1dcee0

Analogous Colors of #e01dce

#e01dce #e01d6d #911de0

Monochromatic Colors of #e01dce

#e01dce

Complementary Color

#e01dce #1de02f

#e01dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01dce Color CSS Codes

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

#e01dce Text Font Color

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

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


#e01dce Background Color

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

This div background color is #e01dce


#e01dce Border Color

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

This div border color is #e01dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01dce


Comments

No comments written yet.

Please login to write comment.