Color Hex Logo

#d09eae Color Hex

#D09EAE
(208,158,174)
0 Favorites   0 Comments

Color spaces of #d09eae

RGB 208158174
HSL0.950.350.72
HSV341°24°82°
CMYK 0.000.240.16   0.18
XYZ45.879340.919645.5246
Yxy40.91960.34670.3092
Hunter Lab63.968416.07862.5828
CIE-Lab70.119621.0148-1.0699

#d09eae color RGB value is (208,158,174).

#d09eae hex color red value is 208, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d09eae hue: 0.95 , saturation: 0.35 and the lightness value of d09eae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011110 10101110
Octal 320 236 256
Decimal 208 158 174
Hex D0 9E AE

RGB Percentages of Color #d09eae

%38.52
%29.26
%32.22

CMYK Percentages of Color #d09eae

%0
%24
%16
%18

Triadic Colors of #d09eae

#d09eae #aed09e #9eaed0

Analogous Colors of #d09eae

#d09eae #d0a79e #d09ec7

Monochromatic Colors of #d09eae

#d09eae

Complementary Color

#d09eae #9ed0c0

#d09eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09eae Color CSS Codes

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

#d09eae Text Font Color

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

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


#d09eae Background Color

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

This div background color is #d09eae


#d09eae Border Color

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

This div border color is #d09eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09eae


Comments

No comments written yet.

Please login to write comment.