Color Hex Logo

#d0bcde Color Hex

#D0BCDE
(208,188,222)
0 Favorites   0 Comments

Color spaces of #d0bcde

RGB 208188222
HSL0.760.340.80
HSV275°15°87°
CMYK 0.060.150.00   0.13
XYZ57.180554.650376.6421
Yxy54.65030.30340.2900
Hunter Lab73.92588.6968-9.7204
CIE-Lab78.839413.3009-14.3933

#d0bcde color RGB value is (208,188,222).

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

The process color (four color CMYK) of #d0bcde color hex is 0.06, 0.15, 0.00, 0.13. Web safe color of #d0bcde is #cccccc. Color #d0bcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111100 11011110
Octal 320 274 336
Decimal 208 188 222
Hex D0 BC DE

RGB Percentages of Color #d0bcde

%33.66
%30.42
%35.92

CMYK Percentages of Color #d0bcde

%6
%15
%0
%13

Triadic Colors of #d0bcde

#d0bcde #ded0bc #bcded0

Analogous Colors of #d0bcde

#d0bcde #debcdb #bfbcde

Monochromatic Colors of #d0bcde

#d0bcde

Complementary Color

#d0bcde #cadebc

#d0bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bcde Color CSS Codes

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

#d0bcde Text Font Color

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

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


#d0bcde Background Color

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

This div background color is #d0bcde


#d0bcde Border Color

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

This div border color is #d0bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bcde


Comments

No comments written yet.

Please login to write comment.