Color Hex Logo

#d4a3bd Color Hex

#D4A3BD
(212,163,189)
0 Favorites   0 Comments

Color spaces of #d4a3bd

RGB 212163189
HSL0.910.360.74
HSV328°23°83°
CMYK 0.000.230.11   0.17
XYZ49.433943.865654.0056
Yxy43.86560.33560.2978
Hunter Lab66.231117.3253-1.9840
CIE-Lab72.138622.1906-6.3522

#d4a3bd color RGB value is (212,163,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100011 10111101
Octal 324 243 275
Decimal 212 163 189
Hex D4 A3 BD

RGB Percentages of Color #d4a3bd

%37.59
%28.90
%33.51

CMYK Percentages of Color #d4a3bd

%0
%23
%11
%17

Triadic Colors of #d4a3bd

#d4a3bd #bdd4a3 #a3bdd4

Analogous Colors of #d4a3bd

#d4a3bd #d4a3a5 #d3a3d4

Monochromatic Colors of #d4a3bd

#d4a3bd

Complementary Color

#d4a3bd #a3d4ba

#d4a3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a3bd Color CSS Codes

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

#d4a3bd Text Font Color

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

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


#d4a3bd Background Color

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

This div background color is #d4a3bd


#d4a3bd Border Color

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

This div border color is #d4a3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a3bd


Comments

No comments written yet.

Please login to write comment.