Color Hex Logo

#d48daa Color Hex

#D48DAA
(212,141,170)
0 Favorites   0 Comments

Color spaces of #d48daa

RGB 212141170
HSL0.930.450.69
HSV335°33°83°
CMYK 0.000.330.20   0.17
XYZ43.932035.949142.6536
Yxy35.94910.35850.2934
Hunter Lab59.957625.8644-0.2084
CIE-Lab66.481031.0686-4.1310

#d48daa color RGB value is (212,141,170).

#d48daa hex color red value is 212, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d48daa hue: 0.93 , saturation: 0.45 and the lightness value of d48daa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001101 10101010
Octal 324 215 252
Decimal 212 141 170
Hex D4 8D AA

RGB Percentages of Color #d48daa

%40.54
%26.96
%32.50

CMYK Percentages of Color #d48daa

%0
%33
%20
%17

Triadic Colors of #d48daa

#d48daa #aad48d #8daad4

Analogous Colors of #d48daa

#d48daa #d4948d #d48dce

Monochromatic Colors of #d48daa

#d48daa

Complementary Color

#d48daa #8dd4b7

#d48daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48daa Color CSS Codes

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

#d48daa Text Font Color

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

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


#d48daa Background Color

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

This div background color is #d48daa


#d48daa Border Color

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

This div border color is #d48daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48daa


Comments

No comments written yet.

Please login to write comment.