Color Hex Logo

#d899ad Color Hex

#D899AD
(216,153,173)
0 Favorites   0 Comments

Color spaces of #d899ad

RGB 216153173
HSL0.950.450.72
HSV341°29°85°
CMYK 0.000.290.20   0.15
XYZ47.253040.398544.8424
Yxy40.39850.35660.3049
Hunter Lab63.559821.47462.6619
CIE-Lab69.752426.4734-0.9521

#d899ad color RGB value is (216,153,173).

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

The process color (four color CMYK) of #d899ad color hex is 0.00, 0.29, 0.20, 0.15. Web safe color of #d899ad is #cc9999. Color #d899ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011001 10101101
Octal 330 231 255
Decimal 216 153 173
Hex D8 99 AD

RGB Percentages of Color #d899ad

%39.85
%28.23
%31.92

CMYK Percentages of Color #d899ad

%0
%29
%20
%15

Triadic Colors of #d899ad

#d899ad #add899 #99add8

Analogous Colors of #d899ad

#d899ad #d8a599 #d899cd

Monochromatic Colors of #d899ad

#d899ad

Complementary Color

#d899ad #99d8c4

#d899ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d899ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d899ad Color CSS Codes

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

#d899ad Text Font Color

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

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


#d899ad Background Color

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

This div background color is #d899ad


#d899ad Border Color

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

This div border color is #d899ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d899ad


Comments

No comments written yet.

Please login to write comment.