Color Hex Logo

#d18aae Color Hex

#D18AAE
(209,138,174)
0 Favorites   0 Comments

Color spaces of #d18aae

RGB 209138174
HSL0.920.440.68
HSV330°34°82°
CMYK 0.000.340.17   0.18
XYZ43.023034.788344.4916
Yxy34.78830.35180.2844
Hunter Lab58.981626.9856-3.4371
CIE-Lab65.583532.2522-7.7509

#d18aae color RGB value is (209,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001010 10101110
Octal 321 212 256
Decimal 209 138 174
Hex D1 8A AE

RGB Percentages of Color #d18aae

%40.12
%26.49
%33.40

CMYK Percentages of Color #d18aae

%0
%34
%17
%18

Triadic Colors of #d18aae

#d18aae #aed18a #8aaed1

Analogous Colors of #d18aae

#d18aae #d18a8b #d18ad1

Monochromatic Colors of #d18aae

#d18aae

Complementary Color

#d18aae #8ad1ad

#d18aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18aae Color CSS Codes

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

#d18aae Text Font Color

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

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


#d18aae Background Color

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

This div background color is #d18aae


#d18aae Border Color

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

This div border color is #d18aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18aae


Comments

No comments written yet.

Please login to write comment.