Color Hex Logo

#d81dac Color Hex

#D81DAC
(216,29,172)
0 Favorites   0 Comments

Color spaces of #d81dac

RGB 21629172
HSL0.870.760.48
HSV314°87°85°
CMYK 0.000.870.20   0.15
XYZ36.204718.456240.6839
Yxy18.45620.37970.1936
Hunter Lab42.960775.2480-26.0753
CIE-Lab50.044877.7719-30.1810

#d81dac color RGB value is (216,29,172).

#d81dac hex color red value is 216, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d81dac hue: 0.87 , saturation: 0.76 and the lightness value of d81dac is 0.48.

The process color (four color CMYK) of #d81dac color hex is 0.00, 0.87, 0.20, 0.15. Web safe color of #d81dac is #cc3399. Color #d81dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011101 10101100
Octal 330 35 254
Decimal 216 29 172
Hex D8 1D AC

RGB Percentages of Color #d81dac

%51.80
%6.95
%41.25

CMYK Percentages of Color #d81dac

%0
%87
%20
%15

Triadic Colors of #d81dac

#d81dac #acd81d #1dacd8

Analogous Colors of #d81dac

#d81dac #d81d4f #a71dd8

Monochromatic Colors of #d81dac

#d81dac

Complementary Color

#d81dac #1dd849

#d81dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81dac Color CSS Codes

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

#d81dac Text Font Color

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

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


#d81dac Background Color

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

This div background color is #d81dac


#d81dac Border Color

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

This div border color is #d81dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,29,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81dac


Comments

No comments written yet.

Please login to write comment.