Color Hex Logo

#dab1df Color Hex

#DAB1DF
(218,177,223)
0 Favorites   0 Comments

Color spaces of #dab1df

RGB 218177223
HSL0.820.420.78
HSV293°21°87°
CMYK 0.020.210.00   0.13
XYZ57.954951.677476.7322
Yxy51.67740.31100.2773
Hunter Lab71.887018.1035-12.9653
CIE-Lab77.087522.7490-17.4834

#dab1df color RGB value is (218,177,223).

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

The process color (four color CMYK) of #dab1df color hex is 0.02, 0.21, 0.00, 0.13. Web safe color of #dab1df is #cc99cc. Color #dab1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 11011111
Octal 332 261 337
Decimal 218 177 223
Hex DA B1 DF

RGB Percentages of Color #dab1df

%35.28
%28.64
%36.08

CMYK Percentages of Color #dab1df

%2
%21
%0
%13

Triadic Colors of #dab1df

#dab1df #dfdab1 #b1dfda

Analogous Colors of #dab1df

#dab1df #dfb1cd #c3b1df

Monochromatic Colors of #dab1df

#dab1df

Complementary Color

#dab1df #b6dfb1

#dab1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab1df Color CSS Codes

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

#dab1df Text Font Color

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

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


#dab1df Background Color

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

This div background color is #dab1df


#dab1df Border Color

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

This div border color is #dab1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab1df


Comments

No comments written yet.

Please login to write comment.