Color Hex Logo

#da99ac Color Hex

#DA99AC
(218,153,172)
0 Favorites   0 Comments

Color spaces of #da99ac

RGB 218153172
HSL0.950.470.73
HSV342°30°85°
CMYK 0.000.300.21   0.15
XYZ47.751140.666444.3624
Yxy40.66640.35960.3063
Hunter Lab63.770222.06283.3935
CIE-Lab69.941627.0450-0.0932

#da99ac color RGB value is (218,153,172).

#da99ac hex color red value is 218, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da99ac hue: 0.95 , saturation: 0.47 and the lightness value of da99ac is 0.73.

The process color (four color CMYK) of #da99ac color hex is 0.00, 0.30, 0.21, 0.15. Web safe color of #da99ac is #cc9999. Color #da99ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 10101100
Octal 332 231 254
Decimal 218 153 172
Hex DA 99 AC

RGB Percentages of Color #da99ac

%40.15
%28.18
%31.68

CMYK Percentages of Color #da99ac

%0
%30
%21
%15

Triadic Colors of #da99ac

#da99ac #acda99 #99acda

Analogous Colors of #da99ac

#da99ac #daa799 #da99cd

Monochromatic Colors of #da99ac

#da99ac

Complementary Color

#da99ac #99dac7

#da99ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99ac Color CSS Codes

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

#da99ac Text Font Color

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

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


#da99ac Background Color

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

This div background color is #da99ac


#da99ac Border Color

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

This div border color is #da99ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99ac


Comments

No comments written yet.

Please login to write comment.