Color Hex Logo

#d80daa Color Hex

#D80DAA
(216,13,170)
0 Favorites   0 Comments

Color spaces of #d80daa

RGB 21613170
HSL0.870.890.45
HSV314°94°85°
CMYK 0.000.940.21   0.15
XYZ35.718517.789139.5813
Yxy17.78910.38370.1911
Hunter Lab42.177177.3561-26.1170
CIE-Lab49.239379.6142-30.2566

#d80daa color RGB value is (216,13,170).

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

The process color (four color CMYK) of #d80daa color hex is 0.00, 0.94, 0.21, 0.15. Web safe color of #d80daa is #cc0099. Color #d80daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001101 10101010
Octal 330 15 252
Decimal 216 13 170
Hex D8 D AA

RGB Percentages of Color #d80daa

%54.14
%3.26
%42.61

CMYK Percentages of Color #d80daa

%0
%94
%21
%15

Triadic Colors of #d80daa

#d80daa #aad80d #0daad8

Analogous Colors of #d80daa

#d80daa #d80d45 #a10dd8

Monochromatic Colors of #d80daa

#d80daa

Complementary Color

#d80daa #0dd83b

#d80daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80daa Color CSS Codes

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

#d80daa Text Font Color

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

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


#d80daa Background Color

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

This div background color is #d80daa


#d80daa Border Color

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

This div border color is #d80daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80daa


Comments

No comments written yet.

Please login to write comment.