Color Hex Logo

#dab5dd Color Hex

#DAB5DD
(218,181,221)
0 Favorites   0 Comments

Color spaces of #dab5dd

RGB 218181221
HSL0.820.370.79
HSV296°18°87°
CMYK 0.010.180.00   0.13
XYZ58.488553.173675.5875
Yxy53.17360.31240.2840
Hunter Lab72.920215.5624-10.4145
CIE-Lab77.977420.2107-15.0597

#dab5dd color RGB value is (218,181,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 11011101
Octal 332 265 335
Decimal 218 181 221
Hex DA B5 DD

RGB Percentages of Color #dab5dd

%35.16
%29.19
%35.65

CMYK Percentages of Color #dab5dd

%1
%18
%0
%13

Triadic Colors of #dab5dd

#dab5dd #dddab5 #b5ddda

Analogous Colors of #dab5dd

#dab5dd #ddb5cc #c6b5dd

Monochromatic Colors of #dab5dd

#dab5dd

Complementary Color

#dab5dd #b8ddb5

#dab5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab5dd Color CSS Codes

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

#dab5dd Text Font Color

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

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


#dab5dd Background Color

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

This div background color is #dab5dd


#dab5dd Border Color

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

This div border color is #dab5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab5dd


Comments

No comments written yet.

Please login to write comment.