Color Hex Logo

#d09bdf Color Hex

#D09BDF
(208,155,223)
0 Favorites   0 Comments

Color spaces of #d09bdf

RGB 208155223
HSL0.800.520.74
HSV287°30°87°
CMYK 0.070.300.00   0.13
XYZ51.053142.180375.2629
Yxy42.18030.30300.2503
Hunter Lab64.946426.6593-23.2456
CIE-Lab70.995131.4627-26.8444

#d09bdf color RGB value is (208,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 11011111
Octal 320 233 337
Decimal 208 155 223
Hex D0 9B DF

RGB Percentages of Color #d09bdf

%35.49
%26.45
%38.05

CMYK Percentages of Color #d09bdf

%7
%30
%0
%13

Triadic Colors of #d09bdf

#d09bdf #dfd09b #9bdfd0

Analogous Colors of #d09bdf

#d09bdf #df9bcc #ae9bdf

Monochromatic Colors of #d09bdf

#d09bdf

Complementary Color

#d09bdf #aadf9b

#d09bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09bdf Color CSS Codes

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

#d09bdf Text Font Color

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

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


#d09bdf Background Color

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

This div background color is #d09bdf


#d09bdf Border Color

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

This div border color is #d09bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09bdf


Comments

No comments written yet.

Please login to write comment.