Color Hex Logo

#d0b9ed Color Hex

#D0B9ED
(208,185,237)
0 Favorites   0 Comments

Color spaces of #d0b9ed

RGB 208185237
HSL0.740.590.83
HSV267°22°93°
CMYK 0.120.220.00   0.07
XYZ58.647454.222287.4956
Yxy54.22220.29270.2706
Hunter Lab73.635713.3044-18.9047
CIE-Lab78.591117.9501-22.8515

#d0b9ed color RGB value is (208,185,237).

#d0b9ed hex color red value is 208, green value is 185 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d0b9ed hue: 0.74 , saturation: 0.59 and the lightness value of d0b9ed is 0.83.

The process color (four color CMYK) of #d0b9ed color hex is 0.12, 0.22, 0.00, 0.07. Web safe color of #d0b9ed is #ccccff. Color #d0b9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111001 11101101
Octal 320 271 355
Decimal 208 185 237
Hex D0 B9 ED

RGB Percentages of Color #d0b9ed

%33.02
%29.37
%37.62

CMYK Percentages of Color #d0b9ed

%12
%22
%0
%7

Triadic Colors of #d0b9ed

#d0b9ed #edd0b9 #b9edd0

Analogous Colors of #d0b9ed

#d0b9ed #eab9ed #b9bced

Monochromatic Colors of #d0b9ed

#d0b9ed

Complementary Color

#d0b9ed #d6edb9

#d0b9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0b9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0b9ed Color CSS Codes

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

#d0b9ed Text Font Color

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

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


#d0b9ed Background Color

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

This div background color is #d0b9ed


#d0b9ed Border Color

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

This div border color is #d0b9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0b9ed


Comments

No comments written yet.

Please login to write comment.