Color Hex Logo

#dabbfb Color Hex

#DABBFB
(218,187,251)
0 Favorites   0 Comments

Color spaces of #dabbfb

RGB 218187251
HSL0.750.890.86
HSV269°25°98°
CMYK 0.130.250.00   0.02
XYZ64.096457.411198.9700
Yxy57.41110.29070.2604
Hunter Lab75.770118.4013-24.4048
CIE-Lab80.410322.9037-27.5118

#dabbfb color RGB value is (218,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11111011
Octal 332 273 373
Decimal 218 187 251
Hex DA BB FB

RGB Percentages of Color #dabbfb

%33.23
%28.51
%38.26

CMYK Percentages of Color #dabbfb

%13
%25
%0
%2

Triadic Colors of #dabbfb

#dabbfb #fbdabb #bbfbda

Analogous Colors of #dabbfb

#dabbfb #fabbfb #bbbcfb

Monochromatic Colors of #dabbfb

#dabbfb

Complementary Color

#dabbfb #dcfbbb

#dabbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbfb Color CSS Codes

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

#dabbfb Text Font Color

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

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


#dabbfb Background Color

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

This div background color is #dabbfb


#dabbfb Border Color

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

This div border color is #dabbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbfb


Comments

No comments written yet.

Please login to write comment.