color codes Logo

#e034dd color codes

#E034DD
(224,52,221)
0 Favorites   0 Comments

Color spaces of #e034dd

RGB 22452221
HSL0.840.740.54
HSV301°77°88°
CMYK 0.000.770.01   0.12
XYZ45.019623.523770.5744
Yxy23.52370.32360.1691
Hunter Lab48.501280.8093-52.3223
CIE-Lab55.607781.1005-49.6232

#e034dd color RGB value is (224,52,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110100 11011101
Octal 340 64 335
Decimal 224 52 221
Hex E0 34 DD

RGB Percentages of Color #e034dd

%45.07
%10.46
%44.47

CMYK Percentages of Color #e034dd

%0
%77
%1
%12

Triadic Colors of #e034dd

#e034dd #dde034 #34dde0

Analogous Colors of #e034dd

#e034dd #e03487 #8d34e0

Monochromatic Colors of #e034dd

#e034dd

Complementary Color

#e034dd #34e037

#e034dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e034dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e034dd Color CSS Codes

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

#e034dd Text Font Color

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

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


#e034dd Background Color

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

This div background color is #e034dd


#e034dd Border Color

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

This div border color is #e034dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e034dd


Comments

No comments written yet.

Please login to write comment.