Color Hex Logo

#e04dcb Color Hex

#E04DCB
(224,77,203)
0 Favorites   0 Comments

Color spaces of #e04dcb

RGB 22477203
HSL0.860.700.59
HSV309°66°88°
CMYK 0.000.660.09   0.12
XYZ44.173825.466859.0873
Yxy25.46680.34320.1978
Hunter Lab50.464667.9354-34.0954
CIE-Lab57.527470.3696-36.3614

#e04dcb color RGB value is (224,77,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001101 11001011
Octal 340 115 313
Decimal 224 77 203
Hex E0 4D CB

RGB Percentages of Color #e04dcb

%44.44
%15.28
%40.28

CMYK Percentages of Color #e04dcb

%0
%66
%9
%12

Triadic Colors of #e04dcb

#e04dcb #cbe04d #4dcbe0

Analogous Colors of #e04dcb

#e04dcb #e04d82 #ac4de0

Monochromatic Colors of #e04dcb

#e04dcb

Complementary Color

#e04dcb #4de062

#e04dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04dcb Color CSS Codes

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

#e04dcb Text Font Color

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

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


#e04dcb Background Color

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

This div background color is #e04dcb


#e04dcb Border Color

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

This div border color is #e04dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04dcb


Comments

No comments written yet.

Please login to write comment.