Color Hex Logo

#d69aaf Color Hex

#D69AAF
(214,154,175)
0 Favorites   0 Comments

Color spaces of #d69aaf

RGB 214154175
HSL0.940.420.72
HSV339°28°84°
CMYK 0.000.280.18   0.16
XYZ47.025040.502545.8967
Yxy40.50250.35240.3036
Hunter Lab63.641620.52161.7906
CIE-Lab69.825925.5184-1.9825

#d69aaf color RGB value is (214,154,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 10101111
Octal 326 232 257
Decimal 214 154 175
Hex D6 9A AF

RGB Percentages of Color #d69aaf

%39.41
%28.36
%32.23

CMYK Percentages of Color #d69aaf

%0
%28
%18
%16

Triadic Colors of #d69aaf

#d69aaf #afd69a #9aafd6

Analogous Colors of #d69aaf

#d69aaf #d6a39a #d69acd

Monochromatic Colors of #d69aaf

#d69aaf

Complementary Color

#d69aaf #9ad6c1

#d69aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69aaf Color CSS Codes

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

#d69aaf Text Font Color

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

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


#d69aaf Background Color

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

This div background color is #d69aaf


#d69aaf Border Color

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

This div border color is #d69aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69aaf


Comments

No comments written yet.

Please login to write comment.