Color Hex Logo

#d88aab Color Hex

#D88AAB
(216,138,171)
0 Favorites   0 Comments

Color spaces of #d88aab

RGB 216138171
HSL0.930.500.69
HSV335°36°85°
CMYK 0.000.360.21   0.15
XYZ44.758135.716243.0630
Yxy35.71620.36230.2891
Hunter Lab59.763029.0980-0.8880
CIE-Lab66.302534.2461-4.9054

#d88aab color RGB value is (216,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 10101011
Octal 330 212 253
Decimal 216 138 171
Hex D8 8A AB

RGB Percentages of Color #d88aab

%41.14
%26.29
%32.57

CMYK Percentages of Color #d88aab

%0
%36
%21
%15

Triadic Colors of #d88aab

#d88aab #abd88a #8aabd8

Analogous Colors of #d88aab

#d88aab #d8908a #d88ad2

Monochromatic Colors of #d88aab

#d88aab

Complementary Color

#d88aab #8ad8b7

#d88aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88aab Color CSS Codes

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

#d88aab Text Font Color

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

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


#d88aab Background Color

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

This div background color is #d88aab


#d88aab Border Color

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

This div border color is #d88aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88aab


Comments

No comments written yet.

Please login to write comment.