Color Hex Logo

#d9afbf Color Hex

#D9AFBF
(217,175,191)
0 Favorites   0 Comments

Color spaces of #d9afbf

RGB 217175191
HSL0.940.360.77
HSV337°19°85°
CMYK 0.000.190.12   0.15
XYZ53.349249.173255.9698
Yxy49.17320.33660.3103
Hunter Lab70.123613.08441.7637
CIE-Lab75.559017.7948-2.3516

#d9afbf color RGB value is (217,175,191).

#d9afbf hex color red value is 217, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d9afbf hue: 0.94 , saturation: 0.36 and the lightness value of d9afbf is 0.77.

The process color (four color CMYK) of #d9afbf color hex is 0.00, 0.19, 0.12, 0.15. Web safe color of #d9afbf is #cc99cc. Color #d9afbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101111 10111111
Octal 331 257 277
Decimal 217 175 191
Hex D9 AF BF

RGB Percentages of Color #d9afbf

%37.22
%30.02
%32.76

CMYK Percentages of Color #d9afbf

%0
%19
%12
%15

Triadic Colors of #d9afbf

#d9afbf #bfd9af #afbfd9

Analogous Colors of #d9afbf

#d9afbf #d9b4af #d9afd4

Monochromatic Colors of #d9afbf

#d9afbf

Complementary Color

#d9afbf #afd9c9

#d9afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9afbf Color CSS Codes

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

#d9afbf Text Font Color

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

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


#d9afbf Background Color

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

This div background color is #d9afbf


#d9afbf Border Color

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

This div border color is #d9afbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,175,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9afbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9afbf;
  -webkit-box-shadow: 1px 1px 3px 2px #d9afbf;
  box-shadow:         1px 1px 3px 2px #d9afbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,175,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9afbf


Comments

No comments written yet.

Please login to write comment.