Color Hex Logo

#e015dc Color Hex

#E015DC
(224,21,220)
0 Favorites   0 Comments

Color spaces of #e015dc

RGB 22421220
HSL0.840.830.48
HSV301°91°88°
CMYK 0.000.910.02   0.12
XYZ43.926921.550969.5547
Yxy21.55090.32530.1596
Hunter Lab46.422987.6623-56.3371
CIE-Lab53.547286.8027-52.3382

#e015dc color RGB value is (224,21,220).

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

The process color (four color CMYK) of #e015dc color hex is 0.00, 0.91, 0.02, 0.12. Web safe color of #e015dc is #cc00cc. Color #e015dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010101 11011100
Octal 340 25 334
Decimal 224 21 220
Hex E0 15 DC

RGB Percentages of Color #e015dc

%48.17
%4.52
%47.31

CMYK Percentages of Color #e015dc

%0
%91
%2
%12

Triadic Colors of #e015dc

#e015dc #dce015 #15dce0

Analogous Colors of #e015dc

#e015dc #e01577 #7f15e0

Monochromatic Colors of #e015dc

#e015dc

Complementary Color

#e015dc #15e019

#e015dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e015dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e015dc Color CSS Codes

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

#e015dc Text Font Color

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

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


#e015dc Background Color

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

This div background color is #e015dc


#e015dc Border Color

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

This div border color is #e015dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e015dc


Comments

No comments written yet.

Please login to write comment.