Color Hex Logo

#d821ad Color Hex

#D821AD
(216,33,173)
0 Favorites   0 Comments

Color spaces of #d821ad

RGB 21633173
HSL0.870.730.49
HSV314°85°85°
CMYK 0.000.850.20   0.15
XYZ36.405618.703841.2266
Yxy18.70380.37790.1942
Hunter Lab43.247974.5755-26.2454
CIE-Lab50.338977.1737-30.3118

#d821ad color RGB value is (216,33,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100001 10101101
Octal 330 41 255
Decimal 216 33 173
Hex D8 21 AD

RGB Percentages of Color #d821ad

%51.18
%7.82
%41.00

CMYK Percentages of Color #d821ad

%0
%85
%20
%15

Triadic Colors of #d821ad

#d821ad #add821 #21add8

Analogous Colors of #d821ad

#d821ad #d82152 #a821d8

Monochromatic Colors of #d821ad

#d821ad

Complementary Color

#d821ad #21d84c

#d821ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d821ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d821ad Color CSS Codes

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

#d821ad Text Font Color

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

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


#d821ad Background Color

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

This div background color is #d821ad


#d821ad Border Color

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

This div border color is #d821ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d821ad


Comments

No comments written yet.

Please login to write comment.