Color Hex Logo

#d08aae Color Hex

#D08AAE
(208,138,174)
0 Favorites   0 Comments

Color spaces of #d08aae

RGB 208138174
HSL0.910.430.68
HSV329°34°82°
CMYK 0.000.340.16   0.18
XYZ42.740934.642844.4784
Yxy34.64280.35070.2843
Hunter Lab58.858126.6193-3.6041
CIE-Lab65.469631.9022-7.9326

#d08aae color RGB value is (208,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001010 10101110
Octal 320 212 256
Decimal 208 138 174
Hex D0 8A AE

RGB Percentages of Color #d08aae

%40.00
%26.54
%33.46

CMYK Percentages of Color #d08aae

%0
%34
%16
%18

Triadic Colors of #d08aae

#d08aae #aed08a #8aaed0

Analogous Colors of #d08aae

#d08aae #d08a8b #cf8ad0

Monochromatic Colors of #d08aae

#d08aae

Complementary Color

#d08aae #8ad0ac

#d08aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08aae Color CSS Codes

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

#d08aae Text Font Color

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

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


#d08aae Background Color

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

This div background color is #d08aae


#d08aae Border Color

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

This div border color is #d08aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08aae


Comments

No comments written yet.

Please login to write comment.