Color Hex Logo

#dab3dd Color Hex

#DAB3DD
(218,179,221)
0 Favorites   0 Comments

Color spaces of #dab3dd

RGB 218179221
HSL0.820.380.78
HSV296°19°87°
CMYK 0.010.190.00   0.13
XYZ58.084752.366175.4529
Yxy52.36610.31240.2817
Hunter Lab72.364416.6387-11.1654
CIE-Lab77.499221.2907-15.7789

#dab3dd color RGB value is (218,179,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 11011101
Octal 332 263 335
Decimal 218 179 221
Hex DA B3 DD

RGB Percentages of Color #dab3dd

%35.28
%28.96
%35.76

CMYK Percentages of Color #dab3dd

%1
%19
%0
%13

Triadic Colors of #dab3dd

#dab3dd #dddab3 #b3ddda

Analogous Colors of #dab3dd

#dab3dd #ddb3cb #c5b3dd

Monochromatic Colors of #dab3dd

#dab3dd

Complementary Color

#dab3dd #b6ddb3

#dab3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab3dd Color CSS Codes

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

#dab3dd Text Font Color

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

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


#dab3dd Background Color

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

This div background color is #dab3dd


#dab3dd Border Color

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

This div border color is #dab3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab3dd


Comments

No comments written yet.

Please login to write comment.