Color Hex Logo

#d88dab Color Hex

#D88DAB
(216,141,171)
0 Favorites   0 Comments

Color spaces of #d88dab

RGB 216141171
HSL0.930.490.70
HSV336°35°85°
CMYK 0.000.350.21   0.15
XYZ45.194536.589043.2084
Yxy36.58900.36160.2927
Hunter Lab60.488827.5116-0.0099
CIE-Lab66.967532.6399-3.9239

#d88dab color RGB value is (216,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001101 10101011
Octal 330 215 253
Decimal 216 141 171
Hex D8 8D AB

RGB Percentages of Color #d88dab

%40.91
%26.70
%32.39

CMYK Percentages of Color #d88dab

%0
%35
%21
%15

Triadic Colors of #d88dab

#d88dab #abd88d #8dabd8

Analogous Colors of #d88dab

#d88dab #d8958d #d88dd1

Monochromatic Colors of #d88dab

#d88dab

Complementary Color

#d88dab #8dd8ba

#d88dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88dab Color CSS Codes

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

#d88dab Text Font Color

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

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


#d88dab Background Color

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

This div background color is #d88dab


#d88dab Border Color

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

This div border color is #d88dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88dab


Comments

No comments written yet.

Please login to write comment.