Color Hex Logo

#d0bbfb Color Hex

#D0BBFB
(208,187,251)
0 Favorites   0 Comments

Color spaces of #d0bbfb

RGB 208187251
HSL0.720.890.86
HSV260°25°98°
CMYK 0.170.250.00   0.02
XYZ61.195355.915698.8342
Yxy55.91560.28340.2589
Hunter Lab74.776715.2204-26.0213
CIE-Lab79.565819.8262-28.8792

#d0bbfb color RGB value is (208,187,251).

#d0bbfb hex color red value is 208, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d0bbfb hue: 0.72 , saturation: 0.89 and the lightness value of d0bbfb is 0.86.

The process color (four color CMYK) of #d0bbfb color hex is 0.17, 0.25, 0.00, 0.02. Web safe color of #d0bbfb is #ccccff. Color #d0bbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111011 11111011
Octal 320 273 373
Decimal 208 187 251
Hex D0 BB FB

RGB Percentages of Color #d0bbfb

%32.20
%28.95
%38.85

CMYK Percentages of Color #d0bbfb

%17
%25
%0
%2

Triadic Colors of #d0bbfb

#d0bbfb #fbd0bb #bbfbd0

Analogous Colors of #d0bbfb

#d0bbfb #f0bbfb #bbc6fb

Monochromatic Colors of #d0bbfb

#d0bbfb

Complementary Color

#d0bbfb #e6fbbb

#d0bbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bbfb Color CSS Codes

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

#d0bbfb Text Font Color

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

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


#d0bbfb Background Color

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

This div background color is #d0bbfb


#d0bbfb Border Color

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

This div border color is #d0bbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bbfb


Comments

No comments written yet.

Please login to write comment.