Color Hex Logo

#d88dac Color Hex

#D88DAC
(216,141,172)
0 Favorites   0 Comments

Color spaces of #d88dac

RGB 216141172
HSL0.930.490.70
HSV335°35°85°
CMYK 0.000.350.20   0.15
XYZ45.290236.627243.7124
Yxy36.62720.36050.2915
Hunter Lab60.520427.6690-0.4594
CIE-Lab66.996432.7907-4.4434

#d88dac color RGB value is (216,141,172).

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

The process color (four color CMYK) of #d88dac color hex is 0.00, 0.35, 0.20, 0.15. Web safe color of #d88dac is #cc9999. Color #d88dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001101 10101100
Octal 330 215 254
Decimal 216 141 172
Hex D8 8D AC

RGB Percentages of Color #d88dac

%40.83
%26.65
%32.51

CMYK Percentages of Color #d88dac

%0
%35
%20
%15

Triadic Colors of #d88dac

#d88dac #acd88d #8dacd8

Analogous Colors of #d88dac

#d88dac #d8948d #d88dd2

Monochromatic Colors of #d88dac

#d88dac

Complementary Color

#d88dac #8dd8b9

#d88dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88dac Color CSS Codes

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

#d88dac Text Font Color

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

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


#d88dac Background Color

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

This div background color is #d88dac


#d88dac Border Color

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

This div border color is #d88dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88dac


Comments

No comments written yet.

Please login to write comment.