Color Hex Logo

#d0bafb Color Hex

#D0BAFB
(208,186,251)
2 Favorites   0 Comments

Color spaces of #d0bafb

RGB 208186251
HSL0.720.890.86
HSV260°26°98°
CMYK 0.170.260.00   0.02
XYZ60.983955.492798.7638
Yxy55.49270.28330.2578
Hunter Lab74.493415.7652-26.4616
CIE-Lab79.324220.3696-29.2496

#d0bafb color RGB value is (208,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111010 11111011
Octal 320 272 373
Decimal 208 186 251
Hex D0 BA FB

RGB Percentages of Color #d0bafb

%32.25
%28.84
%38.91

CMYK Percentages of Color #d0bafb

%17
%26
%0
%2

Triadic Colors of #d0bafb

#d0bafb #fbd0ba #bafbd0

Analogous Colors of #d0bafb

#d0bafb #f1bafb #bac5fb

Monochromatic Colors of #d0bafb

#d0bafb

Complementary Color

#d0bafb #e5fbba

#d0bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bafb Color CSS Codes

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

#d0bafb Text Font Color

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

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


#d0bafb Background Color

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

This div background color is #d0bafb


#d0bafb Border Color

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

This div border color is #d0bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bafb


Comments

No comments written yet.

Please login to write comment.