Color Hex Logo

#dab9dd Color Hex

#DAB9DD
(218,185,221)
0 Favorites   0 Comments

Color spaces of #dab9dd

RGB 218185221
HSL0.820.350.80
HSV295°16°87°
CMYK 0.010.160.00   0.13
XYZ59.313554.823875.8625
Yxy54.82380.31220.2885
Hunter Lab74.043113.4151-8.9167
CIE-Lab78.939718.0532-13.6151

#dab9dd color RGB value is (218,185,221).

#dab9dd hex color red value is 218, green value is 185 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dab9dd hue: 0.82 , saturation: 0.35 and the lightness value of dab9dd is 0.80.

The process color (four color CMYK) of #dab9dd color hex is 0.01, 0.16, 0.00, 0.13. Web safe color of #dab9dd is #cccccc. Color #dab9dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 11011101
Octal 332 271 335
Decimal 218 185 221
Hex DA B9 DD

RGB Percentages of Color #dab9dd

%34.94
%29.65
%35.42

CMYK Percentages of Color #dab9dd

%1
%16
%0
%13

Triadic Colors of #dab9dd

#dab9dd #dddab9 #b9ddda

Analogous Colors of #dab9dd

#dab9dd #ddb9ce #c8b9dd

Monochromatic Colors of #dab9dd

#dab9dd

Complementary Color

#dab9dd #bcddb9

#dab9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab9dd Color CSS Codes

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

#dab9dd Text Font Color

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

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


#dab9dd Background Color

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

This div background color is #dab9dd


#dab9dd Border Color

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

This div border color is #dab9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab9dd


Comments

No comments written yet.

Please login to write comment.