Color Hex Logo

#d0bbdf Color Hex

#D0BBDF
(208,187,223)
0 Favorites   0 Comments

Color spaces of #d0bbdf

RGB 208187223
HSL0.760.360.80
HSV275°16°87°
CMYK 0.070.160.00   0.13
XYZ57.102054.278377.2792
Yxy54.27830.30270.2877
Hunter Lab73.67389.4200-10.6198
CIE-Lab78.623714.0373-15.2567

#d0bbdf color RGB value is (208,187,223).

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

The process color (four color CMYK) of #d0bbdf color hex is 0.07, 0.16, 0.00, 0.13. Web safe color of #d0bbdf is #cccccc. Color #d0bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111011 11011111
Octal 320 273 337
Decimal 208 187 223
Hex D0 BB DF

RGB Percentages of Color #d0bbdf

%33.66
%30.26
%36.08

CMYK Percentages of Color #d0bbdf

%7
%16
%0
%13

Triadic Colors of #d0bbdf

#d0bbdf #dfd0bb #bbdfd0

Analogous Colors of #d0bbdf

#d0bbdf #dfbbdc #bebbdf

Monochromatic Colors of #d0bbdf

#d0bbdf

Complementary Color

#d0bbdf #cadfbb

#d0bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bbdf Color CSS Codes

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

#d0bbdf Text Font Color

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

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


#d0bbdf Background Color

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

This div background color is #d0bbdf


#d0bbdf Border Color

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

This div border color is #d0bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bbdf


Comments

No comments written yet.

Please login to write comment.