Color Hex Logo

#e061ad Color Hex

#E061AD
(224,97,173)
0 Favorites   0 Comments

Color spaces of #e061ad

RGB 22497173
HSL0.900.670.63
HSV324°57°88°
CMYK 0.000.570.23   0.12
XYZ42.558027.413842.5835
Yxy27.41380.37810.2436
Hunter Lab52.358253.4623-11.5705
CIE-Lab59.355457.7094-16.3363

#e061ad color RGB value is (224,97,173).

#e061ad hex color red value is 224, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e061ad hue: 0.90 , saturation: 0.67 and the lightness value of e061ad is 0.63.

The process color (four color CMYK) of #e061ad color hex is 0.00, 0.57, 0.23, 0.12. Web safe color of #e061ad is #cc6699. Color #e061ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 10101101
Octal 340 141 255
Decimal 224 97 173
Hex E0 61 AD

RGB Percentages of Color #e061ad

%45.34
%19.64
%35.02

CMYK Percentages of Color #e061ad

%0
%57
%23
%12

Triadic Colors of #e061ad

#e061ad #ade061 #61ade0

Analogous Colors of #e061ad

#e061ad #e0616e #d461e0

Monochromatic Colors of #e061ad

#e061ad

Complementary Color

#e061ad #61e094

#e061ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e061ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e061ad Color CSS Codes

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

#e061ad Text Font Color

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

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


#e061ad Background Color

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

This div background color is #e061ad


#e061ad Border Color

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

This div border color is #e061ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e061ad


Comments

No comments written yet.

Please login to write comment.