Color Hex Logo

#d08dbb Color Hex

#D08DBB
(208,141,187)
0 Favorites   0 Comments

Color spaces of #d08dbb

RGB 208141187
HSL0.890.420.68
HSV319°32°82°
CMYK 0.000.320.10   0.18
XYZ44.506936.047551.6258
Yxy36.04750.33670.2727
Hunter Lab60.039627.2515-8.9536
CIE-Lab66.556232.4235-13.6166

#d08dbb color RGB value is (208,141,187).

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

The process color (four color CMYK) of #d08dbb color hex is 0.00, 0.32, 0.10, 0.18. Web safe color of #d08dbb is #cc99cc. Color #d08dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001101 10111011
Octal 320 215 273
Decimal 208 141 187
Hex D0 8D BB

RGB Percentages of Color #d08dbb

%38.81
%26.31
%34.89

CMYK Percentages of Color #d08dbb

%0
%32
%10
%18

Triadic Colors of #d08dbb

#d08dbb #bbd08d #8dbbd0

Analogous Colors of #d08dbb

#d08dbb #d08d9a #c48dd0

Monochromatic Colors of #d08dbb

#d08dbb

Complementary Color

#d08dbb #8dd0a2

#d08dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08dbb Color CSS Codes

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

#d08dbb Text Font Color

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

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


#d08dbb Background Color

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

This div background color is #d08dbb


#d08dbb Border Color

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

This div border color is #d08dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08dbb


Comments

No comments written yet.

Please login to write comment.