Color Hex Logo

#d08dad Color Hex

#D08DAD
(208,141,173)
0 Favorites   0 Comments

Color spaces of #d08dad

RGB 208141173
HSL0.920.420.68
HSV331°32°82°
CMYK 0.000.320.17   0.18
XYZ43.080135.476844.1123
Yxy35.47680.35120.2892
Hunter Lab59.562424.8707-2.2169
CIE-Lab66.118230.1173-6.4060

#d08dad color RGB value is (208,141,173).

#d08dad hex color red value is 208, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d08dad hue: 0.92 , saturation: 0.42 and the lightness value of d08dad is 0.68.

The process color (four color CMYK) of #d08dad color hex is 0.00, 0.32, 0.17, 0.18. Web safe color of #d08dad is #cc9999. Color #d08dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001101 10101101
Octal 320 215 255
Decimal 208 141 173
Hex D0 8D AD

RGB Percentages of Color #d08dad

%39.85
%27.01
%33.14

CMYK Percentages of Color #d08dad

%0
%32
%17
%18

Triadic Colors of #d08dad

#d08dad #add08d #8dadd0

Analogous Colors of #d08dad

#d08dad #d08f8d #d08dcf

Monochromatic Colors of #d08dad

#d08dad

Complementary Color

#d08dad #8dd0b0

#d08dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08dad Color CSS Codes

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

#d08dad Text Font Color

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

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


#d08dad Background Color

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

This div background color is #d08dad


#d08dad Border Color

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

This div border color is #d08dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08dad


Comments

No comments written yet.

Please login to write comment.