Color Hex Logo

#dab1cb Color Hex

#DAB1CB
(218,177,203)
0 Favorites   0 Comments

Color spaces of #dab1cb

RGB 218177203
HSL0.890.360.77
HSV322°19°85°
CMYK 0.000.190.07   0.15
XYZ55.415150.661563.3579
Yxy50.66150.32710.2990
Hunter Lab71.176914.4124-2.9530
CIE-Lab76.473519.1093-7.5349

#dab1cb color RGB value is (218,177,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 11001011
Octal 332 261 313
Decimal 218 177 203
Hex DA B1 CB

RGB Percentages of Color #dab1cb

%36.45
%29.60
%33.95

CMYK Percentages of Color #dab1cb

%0
%19
%7
%15

Triadic Colors of #dab1cb

#dab1cb #cbdab1 #b1cbda

Analogous Colors of #dab1cb

#dab1cb #dab1b7 #d5b1da

Monochromatic Colors of #dab1cb

#dab1cb

Complementary Color

#dab1cb #b1dac0

#dab1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab1cb Color CSS Codes

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

#dab1cb Text Font Color

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

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


#dab1cb Background Color

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

This div background color is #dab1cb


#dab1cb Border Color

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

This div border color is #dab1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab1cb


Comments

No comments written yet.

Please login to write comment.