Color Hex Logo

#d18aad Color Hex

#D18AAD
(209,138,173)
0 Favorites   0 Comments

Color spaces of #d18aad

RGB 209138173
HSL0.920.440.68
HSV330°34°82°
CMYK 0.000.340.17   0.18
XYZ42.925834.749443.9800
Yxy34.74940.35280.2856
Hunter Lab58.948626.8218-2.9707
CIE-Lab65.553132.0940-7.2323

#d18aad color RGB value is (209,138,173).

#d18aad hex color red value is 209, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d18aad hue: 0.92 , saturation: 0.44 and the lightness value of d18aad is 0.68.

The process color (four color CMYK) of #d18aad color hex is 0.00, 0.34, 0.17, 0.18. Web safe color of #d18aad is #cc9999. Color #d18aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001010 10101101
Octal 321 212 255
Decimal 209 138 173
Hex D1 8A AD

RGB Percentages of Color #d18aad

%40.19
%26.54
%33.27

CMYK Percentages of Color #d18aad

%0
%34
%17
%18

Triadic Colors of #d18aad

#d18aad #add18a #8aadd1

Analogous Colors of #d18aad

#d18aad #d18b8a #d18ad1

Monochromatic Colors of #d18aad

#d18aad

Complementary Color

#d18aad #8ad1ae

#d18aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18aad Color CSS Codes

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

#d18aad Text Font Color

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

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


#d18aad Background Color

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

This div background color is #d18aad


#d18aad Border Color

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

This div border color is #d18aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18aad


Comments

No comments written yet.

Please login to write comment.