Color Hex Logo

#da9fab Color Hex

#DA9FAB
(218,159,171)
0 Favorites   0 Comments

Color spaces of #da9fab

RGB 218159171
HSL0.970.440.74
HSV348°27°85°
CMYK 0.000.270.22   0.15
XYZ48.662342.642044.1940
Yxy42.64200.35910.3147
Hunter Lab65.300818.74205.5846
CIE-Lab71.311323.65332.4563

#da9fab color RGB value is (218,159,171).

#da9fab hex color red value is 218, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da9fab hue: 0.97 , saturation: 0.44 and the lightness value of da9fab is 0.74.

The process color (four color CMYK) of #da9fab color hex is 0.00, 0.27, 0.22, 0.15. Web safe color of #da9fab is #cc9999. Color #da9fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011111 10101011
Octal 332 237 253
Decimal 218 159 171
Hex DA 9F AB

RGB Percentages of Color #da9fab

%39.78
%29.01
%31.20

CMYK Percentages of Color #da9fab

%0
%27
%22
%15

Triadic Colors of #da9fab

#da9fab #abda9f #9fabda

Analogous Colors of #da9fab

#da9fab #dab19f #da9fc9

Monochromatic Colors of #da9fab

#da9fab

Complementary Color

#da9fab #9fdace

#da9fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9fab Color CSS Codes

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

#da9fab Text Font Color

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

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


#da9fab Background Color

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

This div background color is #da9fab


#da9fab Border Color

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

This div border color is #da9fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9fab


Comments

No comments written yet.

Please login to write comment.