Color Hex Logo

#d67daa Color Hex

#D67DAA
(214,125,170)
0 Favorites   0 Comments

Color spaces of #d67daa

RGB 214125170
HSL0.920.520.66
HSV330°42°84°
CMYK 0.000.420.21   0.16
XYZ42.320931.865741.9503
Yxy31.86570.36440.2744
Hunter Lab56.449735.0362-4.5462
CIE-Lab63.231740.2894-8.9244

#d67daa color RGB value is (214,125,170).

#d67daa hex color red value is 214, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d67daa hue: 0.92 , saturation: 0.52 and the lightness value of d67daa is 0.66.

The process color (four color CMYK) of #d67daa color hex is 0.00, 0.42, 0.21, 0.16. Web safe color of #d67daa is #cc6699. Color #d67daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111101 10101010
Octal 326 175 252
Decimal 214 125 170
Hex D6 7D AA

RGB Percentages of Color #d67daa

%42.04
%24.56
%33.40

CMYK Percentages of Color #d67daa

%0
%42
%21
%16

Triadic Colors of #d67daa

#d67daa #aad67d #7daad6

Analogous Colors of #d67daa

#d67daa #d67d7e #d67dd6

Monochromatic Colors of #d67daa

#d67daa

Complementary Color

#d67daa #7dd6a9

#d67daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67daa Color CSS Codes

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

#d67daa Text Font Color

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

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


#d67daa Background Color

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

This div background color is #d67daa


#d67daa Border Color

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

This div border color is #d67daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67daa


Comments

No comments written yet.

Please login to write comment.