Color Hex Logo

#d0b3de Color Hex

#D0B3DE
(208,179,222)
1 Favorites   0 Comments

Color spaces of #d0b3de

RGB 208179222
HSL0.780.390.79
HSV280°19°87°
CMYK 0.060.190.00   0.13
XYZ55.317350.924076.0210
Yxy50.92400.30350.2794
Hunter Lab71.361113.4869-13.2090
CIE-Lab76.632918.1762-17.7156

#d0b3de color RGB value is (208,179,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10110011 11011110
Octal 320 263 336
Decimal 208 179 222
Hex D0 B3 DE

RGB Percentages of Color #d0b3de

%34.15
%29.39
%36.45

CMYK Percentages of Color #d0b3de

%6
%19
%0
%13

Triadic Colors of #d0b3de

#d0b3de #ded0b3 #b3ded0

Analogous Colors of #d0b3de

#d0b3de #deb3d7 #bbb3de

Monochromatic Colors of #d0b3de

#d0b3de

Complementary Color

#d0b3de #c1deb3

#d0b3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0b3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0b3de Color CSS Codes

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

#d0b3de Text Font Color

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

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


#d0b3de Background Color

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

This div background color is #d0b3de


#d0b3de Border Color

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

This div border color is #d0b3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0b3de

#d0b3de Color Palettes


Comments

No comments written yet.

Please login to write comment.