Color Hex Logo

#d60eaa Color Hex

#D60EAA
(214,14,170)
0 Favorites   0 Comments

Color spaces of #d60eaa

RGB 21414170
HSL0.870.880.45
HSV313°93°84°
CMYK 0.000.930.21   0.16
XYZ35.144317.512539.5581
Yxy17.51250.38110.1899
Hunter Lab41.847976.6721-26.7522
CIE-Lab48.899479.1353-30.8147

#d60eaa color RGB value is (214,14,170).

#d60eaa hex color red value is 214, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d60eaa hue: 0.87 , saturation: 0.88 and the lightness value of d60eaa is 0.45.

The process color (four color CMYK) of #d60eaa color hex is 0.00, 0.93, 0.21, 0.16. Web safe color of #d60eaa is #cc0099. Color #d60eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001110 10101010
Octal 326 16 252
Decimal 214 14 170
Hex D6 E AA

RGB Percentages of Color #d60eaa

%53.77
%3.52
%42.71

CMYK Percentages of Color #d60eaa

%0
%93
%21
%16

Triadic Colors of #d60eaa

#d60eaa #aad60e #0eaad6

Analogous Colors of #d60eaa

#d60eaa #d60e46 #9e0ed6

Monochromatic Colors of #d60eaa

#d60eaa

Complementary Color

#d60eaa #0ed63a

#d60eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60eaa Color CSS Codes

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

#d60eaa Text Font Color

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

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


#d60eaa Background Color

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

This div background color is #d60eaa


#d60eaa Border Color

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

This div border color is #d60eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,14,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d60eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d60eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #d60eaa;
  box-shadow:         1px 1px 3px 2px #d60eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,14,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60eaa


Comments

No comments written yet.

Please login to write comment.