Color Hex Logo

#e03dad Color Hex

#E03DAD
(224,61,173)
0 Favorites   0 Comments

Color spaces of #e03dad

RGB 22461173
HSL0.890.720.56
HSV319°73°88°
CMYK 0.000.730.23   0.12
XYZ39.952022.201941.7149
Yxy22.20190.38460.2137
Hunter Lab47.118968.8917-19.5069
CIE-Lab54.240671.7834-24.1537

#e03dad color RGB value is (224,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 10101101
Octal 340 75 255
Decimal 224 61 173
Hex E0 3D AD

RGB Percentages of Color #e03dad

%48.91
%13.32
%37.77

CMYK Percentages of Color #e03dad

%0
%73
%23
%12

Triadic Colors of #e03dad

#e03dad #ade03d #3dade0

Analogous Colors of #e03dad

#e03dad #e03d5b #c23de0

Monochromatic Colors of #e03dad

#e03dad

Complementary Color

#e03dad #3de070

#e03dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03dad Color CSS Codes

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

#e03dad Text Font Color

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

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


#e03dad Background Color

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

This div background color is #e03dad


#e03dad Border Color

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

This div border color is #e03dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03dad


Comments

No comments written yet.

Please login to write comment.