Color Hex Logo

#d88fac Color Hex

#D88FAC
(216,143,172)
0 Favorites   0 Comments

Color spaces of #d88fac

RGB 216143172
HSL0.930.480.70
HSV336°34°85°
CMYK 0.000.340.20   0.15
XYZ45.587837.222443.8116
Yxy37.22240.36000.2940
Hunter Lab61.010226.61040.1308
CIE-Lab67.443631.7168-3.7839

#d88fac color RGB value is (216,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 10101100
Octal 330 217 254
Decimal 216 143 172
Hex D8 8F AC

RGB Percentages of Color #d88fac

%40.68
%26.93
%32.39

CMYK Percentages of Color #d88fac

%0
%34
%20
%15

Triadic Colors of #d88fac

#d88fac #acd88f #8facd8

Analogous Colors of #d88fac

#d88fac #d8978f #d88fd1

Monochromatic Colors of #d88fac

#d88fac

Complementary Color

#d88fac #8fd8bb

#d88fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fac Color CSS Codes

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

#d88fac Text Font Color

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

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


#d88fac Background Color

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

This div background color is #d88fac


#d88fac Border Color

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

This div border color is #d88fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fac


Comments

No comments written yet.

Please login to write comment.