Color Hex Logo

#d0bfdb Color Hex

#D0BFDB
(208,191,219)
0 Favorites   0 Comments

Color spaces of #d0bfdb

RGB 208191219
HSL0.770.280.80
HSV276°13°86°
CMYK 0.050.130.00   0.14
XYZ57.429455.786074.7587
Yxy55.78600.30550.2968
Hunter Lab74.69006.5417-7.0615
CIE-Lab79.491911.1001-11.7989

#d0bfdb color RGB value is (208,191,219).

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

The process color (four color CMYK) of #d0bfdb color hex is 0.05, 0.13, 0.00, 0.14. Web safe color of #d0bfdb is #cccccc. Color #d0bfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111111 11011011
Octal 320 277 333
Decimal 208 191 219
Hex D0 BF DB

RGB Percentages of Color #d0bfdb

%33.66
%30.91
%35.44

CMYK Percentages of Color #d0bfdb

%5
%13
%0
%14

Triadic Colors of #d0bfdb

#d0bfdb #dbd0bf #bfdbd0

Analogous Colors of #d0bfdb

#d0bfdb #dbbfd8 #c2bfdb

Monochromatic Colors of #d0bfdb

#d0bfdb

Complementary Color

#d0bfdb #cadbbf

#d0bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bfdb Color CSS Codes

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

#d0bfdb Text Font Color

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

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


#d0bfdb Background Color

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

This div background color is #d0bfdb


#d0bfdb Border Color

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

This div border color is #d0bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bfdb


Comments

No comments written yet.

Please login to write comment.