Color Hex Logo

#d09bae Color Hex

#D09BAE
(208,155,174)
0 Favorites   0 Comments

Color spaces of #d09bae

RGB 208155174
HSL0.940.360.71
HSV338°25°82°
CMYK 0.000.250.16   0.18
XYZ45.373839.908645.3561
Yxy39.90860.34730.3055
Hunter Lab63.173317.65331.6532
CIE-Lab69.404422.6516-2.1183

#d09bae color RGB value is (208,155,174).

#d09bae hex color red value is 208, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d09bae hue: 0.94 , saturation: 0.36 and the lightness value of d09bae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 10101110
Octal 320 233 256
Decimal 208 155 174
Hex D0 9B AE

RGB Percentages of Color #d09bae

%38.73
%28.86
%32.40

CMYK Percentages of Color #d09bae

%0
%25
%16
%18

Triadic Colors of #d09bae

#d09bae #aed09b #9baed0

Analogous Colors of #d09bae

#d09bae #d0a39b #d09bc9

Monochromatic Colors of #d09bae

#d09bae

Complementary Color

#d09bae #9bd0bd

#d09bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09bae Color CSS Codes

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

#d09bae Text Font Color

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

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


#d09bae Background Color

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

This div background color is #d09bae


#d09bae Border Color

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

This div border color is #d09bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09bae


Comments

No comments written yet.

Please login to write comment.