Color Hex Logo

#d08dbc Color Hex

#D08DBC
(208,141,188)
0 Favorites   0 Comments

Color spaces of #d08dbc

RGB 208141188
HSL0.880.420.68
HSV318°32°82°
CMYK 0.000.320.10   0.18
XYZ44.614436.090552.1917
Yxy36.09050.33570.2716
Hunter Lab60.075427.4294-9.4566
CIE-Lab66.589032.5945-14.1278

#d08dbc color RGB value is (208,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001101 10111100
Octal 320 215 274
Decimal 208 141 188
Hex D0 8D BC

RGB Percentages of Color #d08dbc

%38.73
%26.26
%35.01

CMYK Percentages of Color #d08dbc

%0
%32
%10
%18

Triadic Colors of #d08dbc

#d08dbc #bcd08d #8dbcd0

Analogous Colors of #d08dbc

#d08dbc #d08d9b #c38dd0

Monochromatic Colors of #d08dbc

#d08dbc

Complementary Color

#d08dbc #8dd0a1

#d08dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08dbc Color CSS Codes

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

#d08dbc Text Font Color

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

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


#d08dbc Background Color

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

This div background color is #d08dbc


#d08dbc Border Color

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

This div border color is #d08dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08dbc


Comments

No comments written yet.

Please login to write comment.