Color Hex Logo

#d89fba Color Hex

#D89FBA
(216,159,186)
0 Favorites   0 Comments

Color spaces of #d89fba

RGB 216159186
HSL0.920.420.74
HSV332°26°85°
CMYK 0.000.260.14   0.15
XYZ49.580042.940452.1295
Yxy42.94040.34280.2969
Hunter Lab65.528920.3797-1.2961
CIE-Lab71.514525.2763-5.5733

#d89fba color RGB value is (216,159,186).

#d89fba hex color red value is 216, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d89fba hue: 0.92 , saturation: 0.42 and the lightness value of d89fba is 0.74.

The process color (four color CMYK) of #d89fba color hex is 0.00, 0.26, 0.14, 0.15. Web safe color of #d89fba is #cc99cc. Color #d89fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011111 10111010
Octal 330 237 272
Decimal 216 159 186
Hex D8 9F BA

RGB Percentages of Color #d89fba

%38.50
%28.34
%33.16

CMYK Percentages of Color #d89fba

%0
%26
%14
%15

Triadic Colors of #d89fba

#d89fba #bad89f #9fbad8

Analogous Colors of #d89fba

#d89fba #d8a19f #d89fd7

Monochromatic Colors of #d89fba

#d89fba

Complementary Color

#d89fba #9fd8bd

#d89fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89fba Color CSS Codes

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

#d89fba Text Font Color

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

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


#d89fba Background Color

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

This div background color is #d89fba


#d89fba Border Color

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

This div border color is #d89fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89fba


Comments

No comments written yet.

Please login to write comment.