Color Hex Logo

#dab1dd Color Hex

#DAB1DD
(218,177,221)
0 Favorites   0 Comments

Color spaces of #dab1dd

RGB 218177221
HSL0.820.390.78
HSV296°20°87°
CMYK 0.010.200.00   0.13
XYZ57.686751.570275.3202
Yxy51.57020.31250.2794
Hunter Lab71.812417.7169-11.9175
CIE-Lab77.023122.3716-16.4960

#dab1dd color RGB value is (218,177,221).

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

The process color (four color CMYK) of #dab1dd color hex is 0.01, 0.20, 0.00, 0.13. Web safe color of #dab1dd is #cc99cc. Color #dab1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 11011101
Octal 332 261 335
Decimal 218 177 221
Hex DA B1 DD

RGB Percentages of Color #dab1dd

%35.39
%28.73
%35.88

CMYK Percentages of Color #dab1dd

%1
%20
%0
%13

Triadic Colors of #dab1dd

#dab1dd #dddab1 #b1ddda

Analogous Colors of #dab1dd

#dab1dd #ddb1ca #c4b1dd

Monochromatic Colors of #dab1dd

#dab1dd

Complementary Color

#dab1dd #b4ddb1

#dab1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab1dd Color CSS Codes

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

#dab1dd Text Font Color

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

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


#dab1dd Background Color

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

This div background color is #dab1dd


#dab1dd Border Color

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

This div border color is #dab1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab1dd


Comments

No comments written yet.

Please login to write comment.