Color Hex Logo

#e03dce Color Hex

#E03DCE
(224,61,206)
0 Favorites   0 Comments

Color spaces of #e03dce

RGB 22461206
HSL0.850.720.56
HSV307°73°88°
CMYK 0.000.730.08   0.12
XYZ43.549823.641060.6604
Yxy23.64100.34060.1849
Hunter Lab48.622074.7905-39.9343
CIE-Lab55.726576.2997-40.9014

#e03dce color RGB value is (224,61,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 11001110
Octal 340 75 316
Decimal 224 61 206
Hex E0 3D CE

RGB Percentages of Color #e03dce

%45.62
%12.42
%41.96

CMYK Percentages of Color #e03dce

%0
%73
%8
%12

Triadic Colors of #e03dce

#e03dce #cee03d #3dcee0

Analogous Colors of #e03dce

#e03dce #e03d7d #a13de0

Monochromatic Colors of #e03dce

#e03dce

Complementary Color

#e03dce #3de04f

#e03dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03dce Color CSS Codes

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

#e03dce Text Font Color

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

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


#e03dce Background Color

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

This div background color is #e03dce


#e03dce Border Color

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

This div border color is #e03dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03dce


Comments

No comments written yet.

Please login to write comment.