Color Hex Logo

#dab2df Color Hex

#DAB2DF
(218,178,223)
0 Favorites   0 Comments

Color spaces of #dab2df

RGB 218178223
HSL0.810.410.79
HSV293°20°87°
CMYK 0.020.200.00   0.13
XYZ58.153152.073976.7983
Yxy52.07390.31090.2784
Hunter Lab72.162217.5631-12.5855
CIE-Lab77.325022.2082-17.1251

#dab2df color RGB value is (218,178,223).

#dab2df hex color red value is 218, green value is 178 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dab2df hue: 0.81 , saturation: 0.41 and the lightness value of dab2df is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 11011111
Octal 332 262 337
Decimal 218 178 223
Hex DA B2 DF

RGB Percentages of Color #dab2df

%35.22
%28.76
%36.03

CMYK Percentages of Color #dab2df

%2
%20
%0
%13

Triadic Colors of #dab2df

#dab2df #dfdab2 #b2dfda

Analogous Colors of #dab2df

#dab2df #dfb2ce #c4b2df

Monochromatic Colors of #dab2df

#dab2df

Complementary Color

#dab2df #b7dfb2

#dab2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab2df Color CSS Codes

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

#dab2df Text Font Color

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

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


#dab2df Background Color

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

This div background color is #dab2df


#dab2df Border Color

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

This div border color is #dab2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab2df


Comments

No comments written yet.

Please login to write comment.