Color Hex Logo

#d69aaa Color Hex

#D69AAA
(214,154,170)
0 Favorites   0 Comments

Color spaces of #d69aaa

RGB 214154170
HSL0.960.420.72
HSV344°28°84°
CMYK 0.000.280.21   0.16
XYZ46.542940.309643.3577
Yxy40.30960.35740.3096
Hunter Lab63.489819.74693.9533
CIE-Lab69.689524.75050.6000

#d69aaa color RGB value is (214,154,170).

#d69aaa hex color red value is 214, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d69aaa hue: 0.96 , saturation: 0.42 and the lightness value of d69aaa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 10101010
Octal 326 232 252
Decimal 214 154 170
Hex D6 9A AA

RGB Percentages of Color #d69aaa

%39.78
%28.62
%31.60

CMYK Percentages of Color #d69aaa

%0
%28
%21
%16

Triadic Colors of #d69aaa

#d69aaa #aad69a #9aaad6

Analogous Colors of #d69aaa

#d69aaa #d6a89a #d69ac8

Monochromatic Colors of #d69aaa

#d69aaa

Complementary Color

#d69aaa #9ad6c6

#d69aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69aaa Color CSS Codes

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

#d69aaa Text Font Color

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

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


#d69aaa Background Color

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

This div background color is #d69aaa


#d69aaa Border Color

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

This div border color is #d69aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69aaa


Comments

No comments written yet.

Please login to write comment.