Color Hex Logo

#e03dac Color Hex

#E03DAC
(224,61,172)
0 Favorites   0 Comments

Color spaces of #e03dac

RGB 22461172
HSL0.890.720.56
HSV319°73°88°
CMYK 0.000.730.23   0.12
XYZ39.855622.163341.2071
Yxy22.16330.38610.2147
Hunter Lab47.077968.7296-18.9417
CIE-Lab54.199871.6574-23.6321

#e03dac color RGB value is (224,61,172).

#e03dac hex color red value is 224, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e03dac hue: 0.89 , saturation: 0.72 and the lightness value of e03dac is 0.56.

The process color (four color CMYK) of #e03dac color hex is 0.00, 0.73, 0.23, 0.12. Web safe color of #e03dac is #cc3399. Color #e03dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 10101100
Octal 340 75 254
Decimal 224 61 172
Hex E0 3D AC

RGB Percentages of Color #e03dac

%49.02
%13.35
%37.64

CMYK Percentages of Color #e03dac

%0
%73
%23
%12

Triadic Colors of #e03dac

#e03dac #ace03d #3dace0

Analogous Colors of #e03dac

#e03dac #e03d5b #c33de0

Monochromatic Colors of #e03dac

#e03dac

Complementary Color

#e03dac #3de071

#e03dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03dac Color CSS Codes

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

#e03dac Text Font Color

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

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


#e03dac Background Color

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

This div background color is #e03dac


#e03dac Border Color

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

This div border color is #e03dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03dac


Comments

No comments written yet.

Please login to write comment.