color codes Logo

#e04dcc color codes

#E04DCC
(224,77,204)
0 Favorites   0 Comments

Color spaces of #e04dcc

RGB 22477204
HSL0.860.700.59
HSV308°66°88°
CMYK 0.000.660.09   0.12
XYZ44.293425.514759.7170
Yxy25.51470.34200.1970
Hunter Lab50.512168.1282-34.7361
CIE-Lab57.573570.5202-36.8594

#e04dcc color RGB value is (224,77,204).

#e04dcc hex color red value is 224, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e04dcc hue: 0.86 , saturation: 0.70 and the lightness value of e04dcc is 0.59.

The process color (four color CMYK) of #e04dcc color code is 0.00, 0.66, 0.09, 0.12. Web safe color of #e04dcc is #cc66cc. Color #e04dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001101 11001100
Octal 340 115 314
Decimal 224 77 204
Hex E0 4D CC

RGB Percentages of Color #e04dcc

%44.36
%15.25
%40.40

CMYK Percentages of Color #e04dcc

%0
%66
%9
%12

Triadic Colors of #e04dcc

#e04dcc #cce04d #4dcce0

Analogous Colors of #e04dcc

#e04dcc #e04d83 #ab4de0

Monochromatic Colors of #e04dcc

#e04dcc

Complementary Color

#e04dcc #4de061

#e04dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04dcc Color CSS Codes

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

#e04dcc Text Font Color

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

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


#e04dcc Background Color

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

This div background color is #e04dcc


#e04dcc Border Color

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

This div border color is #e04dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04dcc


Comments

No comments written yet.

Please login to write comment.