Color Hex Logo

#d80aad Color Hex

#D80AAD
(216,10,173)
0 Favorites   0 Comments

Color spaces of #d80aad

RGB 21610173
HSL0.870.910.44
HSV313°95°85°
CMYK 0.000.950.20   0.15
XYZ35.970317.833141.0815
Yxy17.83310.37910.1879
Hunter Lab42.229378.1427-28.1181
CIE-Lab49.293080.2284-31.9449

#d80aad color RGB value is (216,10,173).

#d80aad hex color red value is 216, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d80aad hue: 0.87 , saturation: 0.91 and the lightness value of d80aad is 0.44.

The process color (four color CMYK) of #d80aad color hex is 0.00, 0.95, 0.20, 0.15. Web safe color of #d80aad is #cc0099. Color #d80aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001010 10101101
Octal 330 12 255
Decimal 216 10 173
Hex D8 A AD

RGB Percentages of Color #d80aad

%54.14
%2.51
%43.36

CMYK Percentages of Color #d80aad

%0
%95
%20
%15

Triadic Colors of #d80aad

#d80aad #add80a #0aadd8

Analogous Colors of #d80aad

#d80aad #d80a46 #9c0ad8

Monochromatic Colors of #d80aad

#d80aad

Complementary Color

#d80aad #0ad835

#d80aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80aad Color CSS Codes

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

#d80aad Text Font Color

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

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


#d80aad Background Color

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

This div background color is #d80aad


#d80aad Border Color

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

This div border color is #d80aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80aad


Comments

No comments written yet.

Please login to write comment.