Color Hex Logo

#daabcb Color Hex

#DAABCB
(218,171,203)
0 Favorites   0 Comments

Color spaces of #daabcb

RGB 218171203
HSL0.890.390.76
HSV319°22°85°
CMYK 0.000.220.07   0.15
XYZ54.255848.343062.9715
Yxy48.34300.32770.2920
Hunter Lab69.529117.6133-5.0277
CIE-Lab75.040822.3516-9.6650

#daabcb color RGB value is (218,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11001011
Octal 332 253 313
Decimal 218 171 203
Hex DA AB CB

RGB Percentages of Color #daabcb

%36.82
%28.89
%34.29

CMYK Percentages of Color #daabcb

%0
%22
%7
%15

Triadic Colors of #daabcb

#daabcb #cbdaab #abcbda

Analogous Colors of #daabcb

#daabcb #daabb4 #d2abda

Monochromatic Colors of #daabcb

#daabcb

Complementary Color

#daabcb #abdaba

#daabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabcb Color CSS Codes

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

#daabcb Text Font Color

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

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


#daabcb Background Color

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

This div background color is #daabcb


#daabcb Border Color

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

This div border color is #daabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabcb


Comments

No comments written yet.

Please login to write comment.