Color Hex Logo

#d169ae Color Hex

#D169AE
(209,105,174)
0 Favorites   0 Comments

Color spaces of #d169ae

RGB 209105174
HSL0.890.530.62
HSV320°50°82°
CMYK 0.000.500.17   0.18
XYZ38.986126.714543.1460
Yxy26.71450.35820.2454
Hunter Lab51.686144.1895-13.3133
CIE-Lab58.709149.4793-18.0917

#d169ae color RGB value is (209,105,174).

#d169ae hex color red value is 209, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d169ae hue: 0.89 , saturation: 0.53 and the lightness value of d169ae is 0.62.

The process color (four color CMYK) of #d169ae color hex is 0.00, 0.50, 0.17, 0.18. Web safe color of #d169ae is #cc6699. Color #d169ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101001 10101110
Octal 321 151 256
Decimal 209 105 174
Hex D1 69 AE

RGB Percentages of Color #d169ae

%42.83
%21.52
%35.66

CMYK Percentages of Color #d169ae

%0
%50
%17
%18

Triadic Colors of #d169ae

#d169ae #aed169 #69aed1

Analogous Colors of #d169ae

#d169ae #d1697a #c069d1

Monochromatic Colors of #d169ae

#d169ae

Complementary Color

#d169ae #69d18c

#d169ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d169ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d169ae Color CSS Codes

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

#d169ae Text Font Color

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

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


#d169ae Background Color

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

This div background color is #d169ae


#d169ae Border Color

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

This div border color is #d169ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,105,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d169ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d169ae;
  -webkit-box-shadow: 1px 1px 3px 2px #d169ae;
  box-shadow:         1px 1px 3px 2px #d169ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,105,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d169ae


Comments

No comments written yet.

Please login to write comment.