Color Hex Logo

#d4a3af Color Hex

#D4A3AF
(212,163,175)
0 Favorites   0 Comments

Color spaces of #d4a3af

RGB 212163175
HSL0.960.360.74
HSV345°23°83°
CMYK 0.000.230.17   0.17
XYZ47.986443.286646.3834
Yxy43.28660.34860.3145
Hunter Lab65.792615.05364.2557
CIE-Lab71.749119.90590.8050

#d4a3af color RGB value is (212,163,175).

#d4a3af hex color red value is 212, green value is 163 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d4a3af hue: 0.96 , saturation: 0.36 and the lightness value of d4a3af is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100011 10101111
Octal 324 243 257
Decimal 212 163 175
Hex D4 A3 AF

RGB Percentages of Color #d4a3af

%38.55
%29.64
%31.82

CMYK Percentages of Color #d4a3af

%0
%23
%17
%17

Triadic Colors of #d4a3af

#d4a3af #afd4a3 #a3afd4

Analogous Colors of #d4a3af

#d4a3af #d4b0a3 #d4a3c8

Monochromatic Colors of #d4a3af

#d4a3af

Complementary Color

#d4a3af #a3d4c8

#d4a3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a3af Color CSS Codes

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

#d4a3af Text Font Color

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

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


#d4a3af Background Color

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

This div background color is #d4a3af


#d4a3af Border Color

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

This div border color is #d4a3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a3af


Comments

No comments written yet.

Please login to write comment.