Color Hex Logo

#d196ad Color Hex

#D196AD
(209,150,173)
0 Favorites   0 Comments

Color spaces of #d196ad

RGB 209150173
HSL0.940.390.70
HSV337°28°82°
CMYK 0.000.280.17   0.18
XYZ44.743738.385144.5860
Yxy38.38510.35030.3006
Hunter Lab61.955720.48820.7014
CIE-Lab68.303525.5795-3.1661

#d196ad color RGB value is (209,150,173).

#d196ad hex color red value is 209, green value is 150 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d196ad hue: 0.94 , saturation: 0.39 and the lightness value of d196ad is 0.70.

The process color (four color CMYK) of #d196ad color hex is 0.00, 0.28, 0.17, 0.18. Web safe color of #d196ad is #cc9999. Color #d196ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010110 10101101
Octal 321 226 255
Decimal 209 150 173
Hex D1 96 AD

RGB Percentages of Color #d196ad

%39.29
%28.20
%32.52

CMYK Percentages of Color #d196ad

%0
%28
%17
%18

Triadic Colors of #d196ad

#d196ad #add196 #96add1

Analogous Colors of #d196ad

#d196ad #d19d96 #d196cb

Monochromatic Colors of #d196ad

#d196ad

Complementary Color

#d196ad #96d1ba

#d196ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d196ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d196ad Color CSS Codes

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

#d196ad Text Font Color

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

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


#d196ad Background Color

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

This div background color is #d196ad


#d196ad Border Color

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

This div border color is #d196ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d196ad


Comments

No comments written yet.

Please login to write comment.