Color Hex Logo

#d08ddf Color Hex

#D08DDF
(208,141,223)
0 Favorites   0 Comments

Color spaces of #d08ddf

RGB 208141223
HSL0.800.560.71
HSV289°37°87°
CMYK 0.070.370.00   0.13
XYZ48.856637.787474.5307
Yxy37.78740.30310.2344
Hunter Lab61.471534.2941-28.8558
CIE-Lab67.863639.0457-31.6680

#d08ddf color RGB value is (208,141,223).

#d08ddf hex color red value is 208, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d08ddf hue: 0.80 , saturation: 0.56 and the lightness value of d08ddf is 0.71.

The process color (four color CMYK) of #d08ddf color hex is 0.07, 0.37, 0.00, 0.13. Web safe color of #d08ddf is #cc99cc. Color #d08ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001101 11011111
Octal 320 215 337
Decimal 208 141 223
Hex D0 8D DF

RGB Percentages of Color #d08ddf

%36.36
%24.65
%38.99

CMYK Percentages of Color #d08ddf

%7
%37
%0
%13

Triadic Colors of #d08ddf

#d08ddf #dfd08d #8ddfd0

Analogous Colors of #d08ddf

#d08ddf #df8dc5 #a78ddf

Monochromatic Colors of #d08ddf

#d08ddf

Complementary Color

#d08ddf #9cdf8d

#d08ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08ddf Color CSS Codes

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

#d08ddf Text Font Color

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

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


#d08ddf Background Color

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

This div background color is #d08ddf


#d08ddf Border Color

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

This div border color is #d08ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08ddf


Comments

No comments written yet.

Please login to write comment.