Color Hex Logo

#d88aac Color Hex

#D88AAC
(216,138,172)
0 Favorites   0 Comments

Color spaces of #d88aac

RGB 216138172
HSL0.930.500.69
HSV334°36°85°
CMYK 0.000.360.20   0.15
XYZ44.853835.754443.5670
Yxy35.75440.36120.2879
Hunter Lab59.795029.2564-1.3426
CIE-Lab66.331834.3968-5.4254

#d88aac color RGB value is (216,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 10101100
Octal 330 212 254
Decimal 216 138 172
Hex D8 8A AC

RGB Percentages of Color #d88aac

%41.06
%26.24
%32.70

CMYK Percentages of Color #d88aac

%0
%36
%20
%15

Triadic Colors of #d88aac

#d88aac #acd88a #8aacd8

Analogous Colors of #d88aac

#d88aac #d88f8a #d88ad3

Monochromatic Colors of #d88aac

#d88aac

Complementary Color

#d88aac #8ad8b6

#d88aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88aac Color CSS Codes

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

#d88aac Text Font Color

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

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


#d88aac Background Color

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

This div background color is #d88aac


#d88aac Border Color

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

This div border color is #d88aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88aac


Comments

No comments written yet.

Please login to write comment.