Color Hex Logo

#dabbfa Color Hex

#DABBFA
(218,187,250)
0 Favorites   0 Comments

Color spaces of #dabbfa

RGB 218187250
HSL0.750.860.86
HSV270°25°98°
CMYK 0.130.250.00   0.02
XYZ63.939157.348298.1418
Yxy57.34820.29140.2614
Hunter Lab75.728618.1859-23.8279
CIE-Lab80.375022.6965-27.0306

#dabbfa color RGB value is (218,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11111010
Octal 332 273 372
Decimal 218 187 250
Hex DA BB FA

RGB Percentages of Color #dabbfa

%33.28
%28.55
%38.17

CMYK Percentages of Color #dabbfa

%13
%25
%0
%2

Triadic Colors of #dabbfa

#dabbfa #fadabb #bbfada

Analogous Colors of #dabbfa

#dabbfa #fabbfa #bbbcfa

Monochromatic Colors of #dabbfa

#dabbfa

Complementary Color

#dabbfa #dbfabb

#dabbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbfa Color CSS Codes

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

#dabbfa Text Font Color

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

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


#dabbfa Background Color

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

This div background color is #dabbfa


#dabbfa Border Color

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

This div border color is #dabbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.