Color Hex Logo

#dabbdb Color Hex

#DABBDB
(218,187,219)
0 Favorites   0 Comments

Color spaces of #dabbdb

RGB 218187219
HSL0.830.310.80
HSV298°15°86°
CMYK 0.000.150.00   0.14
XYZ59.469955.560574.6077
Yxy55.56050.31360.2930
Hunter Lab74.538911.9708-7.1675
CIE-Lab79.363016.6036-11.9022

#dabbdb color RGB value is (218,187,219).

#dabbdb hex color red value is 218, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dabbdb hue: 0.83 , saturation: 0.31 and the lightness value of dabbdb is 0.80.

The process color (four color CMYK) of #dabbdb color hex is 0.00, 0.15, 0.00, 0.14. Web safe color of #dabbdb is #cccccc. Color #dabbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11011011
Octal 332 273 333
Decimal 218 187 219
Hex DA BB DB

RGB Percentages of Color #dabbdb

%34.94
%29.97
%35.10

CMYK Percentages of Color #dabbdb

%0
%15
%0
%14

Triadic Colors of #dabbdb

#dabbdb #dbdabb #bbdbda

Analogous Colors of #dabbdb

#dabbdb #dbbbcc #cabbdb

Monochromatic Colors of #dabbdb

#dabbdb

Complementary Color

#dabbdb #bcdbbb

#dabbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbdb Color CSS Codes

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

#dabbdb Text Font Color

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

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


#dabbdb Background Color

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

This div background color is #dabbdb


#dabbdb Border Color

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

This div border color is #dabbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbdb


Comments

No comments written yet.

Please login to write comment.