Color Hex Logo

#d39bae Color Hex

#D39BAE
(211,155,174)
0 Favorites   0 Comments

Color spaces of #d39bae

RGB 211155174
HSL0.940.390.72
HSV340°27°83°
CMYK 0.000.270.18   0.17
XYZ46.225340.347645.3959
Yxy40.34760.35030.3057
Hunter Lab63.519818.74042.0908
CIE-Lab69.716423.7360-1.6240

#d39bae color RGB value is (211,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011011 10101110
Octal 323 233 256
Decimal 211 155 174
Hex D3 9B AE

RGB Percentages of Color #d39bae

%39.07
%28.70
%32.22

CMYK Percentages of Color #d39bae

%0
%27
%18
%17

Triadic Colors of #d39bae

#d39bae #aed39b #9baed3

Analogous Colors of #d39bae

#d39bae #d3a49b #d39bca

Monochromatic Colors of #d39bae

#d39bae

Complementary Color

#d39bae #9bd3c0

#d39bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39bae Color CSS Codes

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

#d39bae Text Font Color

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

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


#d39bae Background Color

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

This div background color is #d39bae


#d39bae Border Color

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

This div border color is #d39bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39bae


Comments

No comments written yet.

Please login to write comment.