Color Hex Logo

#d0abdb Color Hex

#D0ABDB
(208,171,219)
0 Favorites   0 Comments

Color spaces of #d0abdb

RGB 208171219
HSL0.800.400.76
HSV286°22°86°
CMYK 0.050.220.00   0.14
XYZ53.361547.650273.4028
Yxy47.65020.30590.2732
Hunter Lab69.029117.1847-14.7262
CIE-Lab74.603821.9437-19.1535

#d0abdb color RGB value is (208,171,219).

#d0abdb hex color red value is 208, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d0abdb hue: 0.80 , saturation: 0.40 and the lightness value of d0abdb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101011 11011011
Octal 320 253 333
Decimal 208 171 219
Hex D0 AB DB

RGB Percentages of Color #d0abdb

%34.78
%28.60
%36.62

CMYK Percentages of Color #d0abdb

%5
%22
%0
%14

Triadic Colors of #d0abdb

#d0abdb #dbd0ab #abdbd0

Analogous Colors of #d0abdb

#d0abdb #dbabce #b8abdb

Monochromatic Colors of #d0abdb

#d0abdb

Complementary Color

#d0abdb #b6dbab

#d0abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0abdb Color CSS Codes

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

#d0abdb Text Font Color

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

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


#d0abdb Background Color

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

This div background color is #d0abdb


#d0abdb Border Color

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

This div border color is #d0abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0abdb


Comments

No comments written yet.

Please login to write comment.