Color Hex Logo

#d09adb Color Hex

#D09ADB
(208,154,219)
0 Favorites   0 Comments

Color spaces of #d09adb

RGB 208154219
HSL0.810.470.73
HSV290°30°86°
CMYK 0.050.300.00   0.14
XYZ50.354241.635672.4003
Yxy41.63560.30630.2533
Hunter Lab64.525726.3770-21.3577
CIE-Lab70.619031.2206-25.2218

#d09adb color RGB value is (208,154,219).

#d09adb hex color red value is 208, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d09adb hue: 0.81 , saturation: 0.47 and the lightness value of d09adb is 0.73.

The process color (four color CMYK) of #d09adb color hex is 0.05, 0.30, 0.00, 0.14. Web safe color of #d09adb is #cc99cc. Color #d09adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011010 11011011
Octal 320 232 333
Decimal 208 154 219
Hex D0 9A DB

RGB Percentages of Color #d09adb

%35.80
%26.51
%37.69

CMYK Percentages of Color #d09adb

%5
%30
%0
%14

Triadic Colors of #d09adb

#d09adb #dbd09a #9adbd0

Analogous Colors of #d09adb

#d09adb #db9ac6 #b09adb

Monochromatic Colors of #d09adb

#d09adb

Complementary Color

#d09adb #a5db9a

#d09adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09adb Color CSS Codes

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

#d09adb Text Font Color

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

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


#d09adb Background Color

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

This div background color is #d09adb


#d09adb Border Color

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

This div border color is #d09adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09adb


Comments

No comments written yet.

Please login to write comment.