Color Hex Logo

#d0bbeb Color Hex

#D0BBEB
(208,187,235)
0 Favorites   0 Comments

Color spaces of #d0bbeb

RGB 208187235
HSL0.740.550.83
HSV266°20°92°
CMYK 0.110.200.00   0.08
XYZ58.778154.948786.1055
Yxy54.94870.29410.2750
Hunter Lab74.127411.8157-16.9814
CIE-Lab79.011716.4532-21.1364

#d0bbeb color RGB value is (208,187,235).

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

The process color (four color CMYK) of #d0bbeb color hex is 0.11, 0.20, 0.00, 0.08. Web safe color of #d0bbeb is #ccccff. Color #d0bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111011 11101011
Octal 320 273 353
Decimal 208 187 235
Hex D0 BB EB

RGB Percentages of Color #d0bbeb

%33.02
%29.68
%37.30

CMYK Percentages of Color #d0bbeb

%11
%20
%0
%8

Triadic Colors of #d0bbeb

#d0bbeb #ebd0bb #bbebd0

Analogous Colors of #d0bbeb

#d0bbeb #e8bbeb #bbbeeb

Monochromatic Colors of #d0bbeb

#d0bbeb

Complementary Color

#d0bbeb #d6ebbb

#d0bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bbeb Color CSS Codes

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

#d0bbeb Text Font Color

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

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


#d0bbeb Background Color

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

This div background color is #d0bbeb


#d0bbeb Border Color

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

This div border color is #d0bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bbeb


Comments

No comments written yet.

Please login to write comment.