Color Hex Logo

#d08aad Color Hex

#D08AAD
(208,138,173)
0 Favorites   0 Comments

Color spaces of #d08aad

RGB 208138173
HSL0.920.430.68
HSV330°34°82°
CMYK 0.000.340.17   0.18
XYZ42.643734.604043.9668
Yxy34.60400.35180.2855
Hunter Lab58.825226.4547-3.1366
CIE-Lab65.439231.7428-7.4139

#d08aad color RGB value is (208,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001010 10101101
Octal 320 212 255
Decimal 208 138 173
Hex D0 8A AD

RGB Percentages of Color #d08aad

%40.08
%26.59
%33.33

CMYK Percentages of Color #d08aad

%0
%34
%17
%18

Triadic Colors of #d08aad

#d08aad #add08a #8aadd0

Analogous Colors of #d08aad

#d08aad #d08a8a #d08ad0

Monochromatic Colors of #d08aad

#d08aad

Complementary Color

#d08aad #8ad0ad

#d08aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08aad Color CSS Codes

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

#d08aad Text Font Color

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

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


#d08aad Background Color

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

This div background color is #d08aad


#d08aad Border Color

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

This div border color is #d08aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08aad


Comments

No comments written yet.

Please login to write comment.