Color Hex Logo

#d197ad Color Hex

#D197AD
(209,151,173)
0 Favorites   0 Comments

Color spaces of #d197ad

RGB 209151173
HSL0.940.390.71
HSV337°28°82°
CMYK 0.000.280.17   0.18
XYZ44.903938.705744.6394
Yxy38.70570.35010.3018
Hunter Lab62.213919.96091.0083
CIE-Lab68.537525.0343-2.8219

#d197ad color RGB value is (209,151,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010111 10101101
Octal 321 227 255
Decimal 209 151 173
Hex D1 97 AD

RGB Percentages of Color #d197ad

%39.21
%28.33
%32.46

CMYK Percentages of Color #d197ad

%0
%28
%17
%18

Triadic Colors of #d197ad

#d197ad #add197 #97add1

Analogous Colors of #d197ad

#d197ad #d19e97 #d197ca

Monochromatic Colors of #d197ad

#d197ad

Complementary Color

#d197ad #97d1bb

#d197ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d197ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d197ad Color CSS Codes

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

#d197ad Text Font Color

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

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


#d197ad Background Color

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

This div background color is #d197ad


#d197ad Border Color

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

This div border color is #d197ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d197ad


Comments

No comments written yet.

Please login to write comment.