Color Hex Logo

#dab0cc Color Hex

#DAB0CC
(218,176,204)
0 Favorites   0 Comments

Color spaces of #dab0cc

RGB 218176204
HSL0.890.360.77
HSV320°19°85°
CMYK 0.000.190.06   0.15
XYZ55.337950.315763.9220
Yxy50.31570.32630.2967
Hunter Lab70.933615.1207-3.7759
CIE-Lab76.262619.8242-8.3925

#dab0cc color RGB value is (218,176,204).

#dab0cc hex color red value is 218, green value is 176 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dab0cc hue: 0.89 , saturation: 0.36 and the lightness value of dab0cc is 0.77.

The process color (four color CMYK) of #dab0cc color hex is 0.00, 0.19, 0.06, 0.15. Web safe color of #dab0cc is #cc99cc. Color #dab0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 11001100
Octal 332 260 314
Decimal 218 176 204
Hex DA B0 CC

RGB Percentages of Color #dab0cc

%36.45
%29.43
%34.11

CMYK Percentages of Color #dab0cc

%0
%19
%6
%15

Triadic Colors of #dab0cc

#dab0cc #ccdab0 #b0ccda

Analogous Colors of #dab0cc

#dab0cc #dab0b7 #d3b0da

Monochromatic Colors of #dab0cc

#dab0cc

Complementary Color

#dab0cc #b0dabe

#dab0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab0cc Color CSS Codes

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

#dab0cc Text Font Color

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

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


#dab0cc Background Color

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

This div background color is #dab0cc


#dab0cc Border Color

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

This div border color is #dab0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab0cc


Comments

No comments written yet.

Please login to write comment.