Color Hex Logo

#d80dad Color Hex

#D80DAD
(216,13,173)
0 Favorites   0 Comments

Color spaces of #d80dad

RGB 21613173
HSL0.870.890.45
HSV313°94°85°
CMYK 0.000.940.20   0.15
XYZ36.005717.903941.0933
Yxy17.90390.37900.1885
Hunter Lab42.313077.8445-27.9618
CIE-Lab49.379379.9750-31.8100

#d80dad color RGB value is (216,13,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001101 10101101
Octal 330 15 255
Decimal 216 13 173
Hex D8 D AD

RGB Percentages of Color #d80dad

%53.73
%3.23
%43.03

CMYK Percentages of Color #d80dad

%0
%94
%20
%15

Triadic Colors of #d80dad

#d80dad #add80d #0dadd8

Analogous Colors of #d80dad

#d80dad #d80d48 #9e0dd8

Monochromatic Colors of #d80dad

#d80dad

Complementary Color

#d80dad #0dd838

#d80dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80dad Color CSS Codes

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

#d80dad Text Font Color

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

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


#d80dad Background Color

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

This div background color is #d80dad


#d80dad Border Color

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

This div border color is #d80dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80dad


Comments

No comments written yet.

Please login to write comment.