Color Hex Logo

#d38dac Color Hex

#D38DAC
(211,141,172)
0 Favorites   0 Comments

Color spaces of #d38dac

RGB 211141172
HSL0.930.440.69
HSV333°33°83°
CMYK 0.000.330.18   0.17
XYZ43.835235.877243.6443
Yxy35.87720.35540.2908
Hunter Lab59.897625.8119-1.2733
CIE-Lab66.426031.0216-5.3502

#d38dac color RGB value is (211,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001101 10101100
Octal 323 215 254
Decimal 211 141 172
Hex D3 8D AC

RGB Percentages of Color #d38dac

%40.27
%26.91
%32.82

CMYK Percentages of Color #d38dac

%0
%33
%18
%17

Triadic Colors of #d38dac

#d38dac #acd38d #8dacd3

Analogous Colors of #d38dac

#d38dac #d3918d #d38dcf

Monochromatic Colors of #d38dac

#d38dac

Complementary Color

#d38dac #8dd3b4

#d38dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38dac Color CSS Codes

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

#d38dac Text Font Color

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

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


#d38dac Background Color

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

This div background color is #d38dac


#d38dac Border Color

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

This div border color is #d38dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38dac


Comments

No comments written yet.

Please login to write comment.