color codes Logo

#e036dd color codes

#E036DD
(224,54,221)
0 Favorites   0 Comments

Color spaces of #e036dd

RGB 22454221
HSL0.840.730.55
HSV301°76°88°
CMYK 0.000.760.01   0.12
XYZ45.110823.706170.6047
Yxy23.70610.32360.1700
Hunter Lab48.688980.1766-51.8953
CIE-Lab55.792380.5678-49.3297

#e036dd color RGB value is (224,54,221).

#e036dd hex color red value is 224, green value is 54 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e036dd hue: 0.84 , saturation: 0.73 and the lightness value of e036dd is 0.55.

The process color (four color CMYK) of #e036dd color code is 0.00, 0.76, 0.01, 0.12. Web safe color of #e036dd is #cc33cc. Color #e036dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110110 11011101
Octal 340 66 335
Decimal 224 54 221
Hex E0 36 DD

RGB Percentages of Color #e036dd

%44.89
%10.82
%44.29

CMYK Percentages of Color #e036dd

%0
%76
%1
%12

Triadic Colors of #e036dd

#e036dd #dde036 #36dde0

Analogous Colors of #e036dd

#e036dd #e03688 #8e36e0

Monochromatic Colors of #e036dd

#e036dd

Complementary Color

#e036dd #36e039

#e036dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e036dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e036dd Color CSS Codes

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

#e036dd Text Font Color

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

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


#e036dd Background Color

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

This div background color is #e036dd


#e036dd Border Color

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

This div border color is #e036dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,54,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e036dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e036dd


Comments

No comments written yet.

Please login to write comment.