Color Hex Logo

#da99ad Color Hex

#DA99AD
(218,153,173)
0 Favorites   0 Comments

Color spaces of #da99ad

RGB 218153173
HSL0.950.470.73
HSV342°30°85°
CMYK 0.000.300.21   0.15
XYZ47.847540.705044.8702
Yxy40.70500.35860.3051
Hunter Lab63.800522.21622.9623
CIE-Lab69.968727.1952-0.6099

#da99ad color RGB value is (218,153,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 10101101
Octal 332 231 255
Decimal 218 153 173
Hex DA 99 AD

RGB Percentages of Color #da99ad

%40.07
%28.13
%31.80

CMYK Percentages of Color #da99ad

%0
%30
%21
%15

Triadic Colors of #da99ad

#da99ad #adda99 #99adda

Analogous Colors of #da99ad

#da99ad #daa699 #da99ce

Monochromatic Colors of #da99ad

#da99ad

Complementary Color

#da99ad #99dac6

#da99ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99ad Color CSS Codes

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

#da99ad Text Font Color

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

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


#da99ad Background Color

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

This div background color is #da99ad


#da99ad Border Color

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

This div border color is #da99ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99ad


Comments

No comments written yet.

Please login to write comment.