Color Hex Logo

#d08baa Color Hex

#D08BAA
(208,139,170)
0 Favorites   0 Comments

Color spaces of #d08baa

RGB 208139170
HSL0.930.420.68
HSV333°33°82°
CMYK 0.000.330.18   0.18
XYZ42.500734.777442.5029
Yxy34.77740.35480.2903
Hunter Lab58.972425.4412-1.4512
CIE-Lab65.575030.7291-5.5205

#d08baa color RGB value is (208,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001011 10101010
Octal 320 213 252
Decimal 208 139 170
Hex D0 8B AA

RGB Percentages of Color #d08baa

%40.23
%26.89
%32.88

CMYK Percentages of Color #d08baa

%0
%33
%18
%18

Triadic Colors of #d08baa

#d08baa #aad08b #8baad0

Analogous Colors of #d08baa

#d08baa #d08f8b #d08bcd

Monochromatic Colors of #d08baa

#d08baa

Complementary Color

#d08baa #8bd0b1

#d08baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08baa Color CSS Codes

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

#d08baa Text Font Color

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

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


#d08baa Background Color

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

This div background color is #d08baa


#d08baa Border Color

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

This div border color is #d08baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,139,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08baa

#d08baa Color Palettes


Comments

No comments written yet.

Please login to write comment.