Color Hex Logo

#d88fbf Color Hex

#D88FBF
(216,143,191)
0 Favorites   0 Comments

Color spaces of #d88fbf

RGB 216143191
HSL0.890.480.70
HSV321°34°85°
CMYK 0.000.340.12   0.15
XYZ47.545338.005454.1201
Yxy38.00540.34040.2721
Hunter Lab61.648529.7800-8.8956
CIE-Lab68.024634.7360-13.5571

#d88fbf color RGB value is (216,143,191).

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

The process color (four color CMYK) of #d88fbf color hex is 0.00, 0.34, 0.12, 0.15. Web safe color of #d88fbf is #cc99cc. Color #d88fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 10111111
Octal 330 217 277
Decimal 216 143 191
Hex D8 8F BF

RGB Percentages of Color #d88fbf

%39.27
%26.00
%34.73

CMYK Percentages of Color #d88fbf

%0
%34
%12
%15

Triadic Colors of #d88fbf

#d88fbf #bfd88f #8fbfd8

Analogous Colors of #d88fbf

#d88fbf #d88f9b #cd8fd8

Monochromatic Colors of #d88fbf

#d88fbf

Complementary Color

#d88fbf #8fd8a8

#d88fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fbf Color CSS Codes

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

#d88fbf Text Font Color

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

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


#d88fbf Background Color

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

This div background color is #d88fbf


#d88fbf Border Color

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

This div border color is #d88fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fbf


Comments

No comments written yet.

Please login to write comment.