Color Hex Logo

#dab1db Color Hex

#DAB1DB
(218,177,219)
0 Favorites   0 Comments

Color spaces of #dab1db

RGB 218177219
HSL0.830.370.78
HSV299°19°86°
CMYK 0.000.190.00   0.14
XYZ57.421851.464273.9250
Yxy51.46420.31410.2815
Hunter Lab71.738617.3346-10.8801
CIE-Lab76.959321.9975-15.5070

#dab1db color RGB value is (218,177,219).

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

The process color (four color CMYK) of #dab1db color hex is 0.00, 0.19, 0.00, 0.14. Web safe color of #dab1db is #cc99cc. Color #dab1db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 11011011
Octal 332 261 333
Decimal 218 177 219
Hex DA B1 DB

RGB Percentages of Color #dab1db

%35.50
%28.83
%35.67

CMYK Percentages of Color #dab1db

%0
%19
%0
%14

Triadic Colors of #dab1db

#dab1db #dbdab1 #b1dbda

Analogous Colors of #dab1db

#dab1db #dbb1c7 #c5b1db

Monochromatic Colors of #dab1db

#dab1db

Complementary Color

#dab1db #b2dbb1

#dab1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab1db Color CSS Codes

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

#dab1db Text Font Color

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

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


#dab1db Background Color

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

This div background color is #dab1db


#dab1db Border Color

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

This div border color is #dab1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab1db

#dab1db Color Palettes


Comments

No comments written yet.

Please login to write comment.