Color Hex Logo

#e030dc Color Hex

#E030DC
(224,48,220)
0 Favorites   0 Comments

Color spaces of #e030dc

RGB 22448220
HSL0.840.740.53
HSV301°79°88°
CMYK 0.000.790.02   0.12
XYZ44.715723.128569.8176
Yxy23.12850.32480.1680
Hunter Lab48.092181.8069-52.4097
CIE-Lab55.204581.9597-49.6976

#e030dc color RGB value is (224,48,220).

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

The process color (four color CMYK) of #e030dc color hex is 0.00, 0.79, 0.02, 0.12. Web safe color of #e030dc is #cc33cc. Color #e030dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 11011100
Octal 340 60 334
Decimal 224 48 220
Hex E0 30 DC

RGB Percentages of Color #e030dc

%45.53
%9.76
%44.72

CMYK Percentages of Color #e030dc

%0
%79
%2
%12

Triadic Colors of #e030dc

#e030dc #dce030 #30dce0

Analogous Colors of #e030dc

#e030dc #e03084 #8c30e0

Monochromatic Colors of #e030dc

#e030dc

Complementary Color

#e030dc #30e034

#e030dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e030dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e030dc Color CSS Codes

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

#e030dc Text Font Color

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

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


#e030dc Background Color

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

This div background color is #e030dc


#e030dc Border Color

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

This div border color is #e030dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e030dc


Comments

No comments written yet.

Please login to write comment.