Color Hex Logo

#d1a7bf Color Hex

#D1A7BF
(209,167,191)
0 Favorites   0 Comments

Color spaces of #d1a7bf

RGB 209167191
HSL0.900.310.74
HSV326°20°82°
CMYK 0.000.200.09   0.18
XYZ49.517244.954355.3574
Yxy44.95430.33050.3000
Hunter Lab67.048014.4944-2.0185
CIE-Lab72.861819.2990-6.4154

#d1a7bf color RGB value is (209,167,191).

#d1a7bf hex color red value is 209, green value is 167 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d1a7bf hue: 0.90 , saturation: 0.31 and the lightness value of d1a7bf is 0.74.

The process color (four color CMYK) of #d1a7bf color hex is 0.00, 0.20, 0.09, 0.18. Web safe color of #d1a7bf is #cc99cc. Color #d1a7bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10100111 10111111
Octal 321 247 277
Decimal 209 167 191
Hex D1 A7 BF

RGB Percentages of Color #d1a7bf

%36.86
%29.45
%33.69

CMYK Percentages of Color #d1a7bf

%0
%20
%9
%18

Triadic Colors of #d1a7bf

#d1a7bf #bfd1a7 #a7bfd1

Analogous Colors of #d1a7bf

#d1a7bf #d1a7aa #cea7d1

Monochromatic Colors of #d1a7bf

#d1a7bf

Complementary Color

#d1a7bf #a7d1b9

#d1a7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a7bf Color CSS Codes

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

#d1a7bf Text Font Color

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

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


#d1a7bf Background Color

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

This div background color is #d1a7bf


#d1a7bf Border Color

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

This div border color is #d1a7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1a7bf


Comments

No comments written yet.

Please login to write comment.