Color Hex Logo

#d1afaf Color Hex

#D1AFAF
(209,175,175)
0 Favorites   0 Comments

Color spaces of #d1afaf

RGB 209175175
HSL0.000.270.75
HSV16°82°
CMYK 0.000.160.16   0.18
XYZ49.362347.310447.0876
Yxy47.31040.34340.3291
Hunter Lab68.78267.73237.5587
CIE-Lab74.387912.30114.5969

#d1afaf color RGB value is (209,175,175).

#d1afaf hex color red value is 209, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d1afaf hue: 0.00 , saturation: 0.27 and the lightness value of d1afaf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101111 10101111
Octal 321 257 257
Decimal 209 175 175
Hex D1 AF AF

RGB Percentages of Color #d1afaf

%37.39
%31.31
%31.31

CMYK Percentages of Color #d1afaf

%0
%16
%16
%18

Triadic Colors of #d1afaf

#d1afaf #afd1af #afafd1

Analogous Colors of #d1afaf

#d1afaf #d1c0af #d1afc0

Monochromatic Colors of #d1afaf

#d1afaf

Complementary Color

#d1afaf #afd1d1

#d1afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1afaf Color CSS Codes

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

#d1afaf Text Font Color

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

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


#d1afaf Background Color

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

This div background color is #d1afaf


#d1afaf Border Color

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

This div border color is #d1afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1afaf


Comments

No comments written yet.

Please login to write comment.