Color Hex Logo

#d19bae Color Hex

#D19BAE
(209,155,174)
0 Favorites   0 Comments

Color spaces of #d19bae

RGB 209155174
HSL0.940.370.71
HSV339°26°82°
CMYK 0.000.260.17   0.18
XYZ45.655840.054045.3693
Yxy40.05400.34830.3056
Hunter Lab63.288218.01461.7987
CIE-Lab69.508023.0130-1.9541

#d19bae color RGB value is (209,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011011 10101110
Octal 321 233 256
Decimal 209 155 174
Hex D1 9B AE

RGB Percentages of Color #d19bae

%38.85
%28.81
%32.34

CMYK Percentages of Color #d19bae

%0
%26
%17
%18

Triadic Colors of #d19bae

#d19bae #aed19b #9baed1

Analogous Colors of #d19bae

#d19bae #d1a39b #d19bc9

Monochromatic Colors of #d19bae

#d19bae

Complementary Color

#d19bae #9bd1be

#d19bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19bae Color CSS Codes

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

#d19bae Text Font Color

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

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


#d19bae Background Color

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

This div background color is #d19bae


#d19bae Border Color

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

This div border color is #d19bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19bae


Comments

No comments written yet.

Please login to write comment.