Color Hex Logo

#d0addb Color Hex

#D0ADDB
(208,173,219)
0 Favorites   0 Comments

Color spaces of #d0addb

RGB 208173219
HSL0.790.390.77
HSV286°21°86°
CMYK 0.050.210.00   0.14
XYZ53.742248.411573.5297
Yxy48.41150.30590.2756
Hunter Lab69.578416.1109-13.9522
CIE-Lab75.083720.8534-18.4269

#d0addb color RGB value is (208,173,219).

#d0addb hex color red value is 208, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d0addb hue: 0.79 , saturation: 0.39 and the lightness value of d0addb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101101 11011011
Octal 320 255 333
Decimal 208 173 219
Hex D0 AD DB

RGB Percentages of Color #d0addb

%34.67
%28.83
%36.50

CMYK Percentages of Color #d0addb

%5
%21
%0
%14

Triadic Colors of #d0addb

#d0addb #dbd0ad #addbd0

Analogous Colors of #d0addb

#d0addb #dbadcf #b9addb

Monochromatic Colors of #d0addb

#d0addb

Complementary Color

#d0addb #b8dbad

#d0addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0addb Color CSS Codes

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

#d0addb Text Font Color

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

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


#d0addb Background Color

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

This div background color is #d0addb


#d0addb Border Color

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

This div border color is #d0addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0addb


Comments

No comments written yet.

Please login to write comment.