Color Hex Logo

#d38baa Color Hex

#D38BAA
(211,139,170)
0 Favorites   0 Comments

Color spaces of #d38baa

RGB 211139170
HSL0.930.450.69
HSV334°34°83°
CMYK 0.000.340.19   0.17
XYZ43.352335.216442.5427
Yxy35.21640.35800.2908
Hunter Lab59.343426.5491-0.9640
CIE-Lab65.916831.7926-4.9768

#d38baa color RGB value is (211,139,170).

#d38baa hex color red value is 211, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d38baa hue: 0.93 , saturation: 0.45 and the lightness value of d38baa is 0.69.

The process color (four color CMYK) of #d38baa color hex is 0.00, 0.34, 0.19, 0.17. Web safe color of #d38baa is #cc9999. Color #d38baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001011 10101010
Octal 323 213 252
Decimal 211 139 170
Hex D3 8B AA

RGB Percentages of Color #d38baa

%40.58
%26.73
%32.69

CMYK Percentages of Color #d38baa

%0
%34
%19
%17

Triadic Colors of #d38baa

#d38baa #aad38b #8baad3

Analogous Colors of #d38baa

#d38baa #d3908b #d38bce

Monochromatic Colors of #d38baa

#d38baa

Complementary Color

#d38baa #8bd3b4

#d38baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38baa Color CSS Codes

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

#d38baa Text Font Color

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

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


#d38baa Background Color

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

This div background color is #d38baa


#d38baa Border Color

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

This div border color is #d38baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,139,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d38baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38baa


Comments

No comments written yet.

Please login to write comment.