Color Hex Logo

#d89abf Color Hex

#D89ABF
(216,154,191)
0 Favorites   0 Comments

Color spaces of #d89abf

RGB 216154191
HSL0.900.440.73
HSV324°29°85°
CMYK 0.000.290.12   0.15
XYZ49.278541.471754.6978
Yxy41.47170.33880.2851
Hunter Lab64.398523.8929-5.2798
CIE-Lab70.505128.8094-9.8420

#d89abf color RGB value is (216,154,191).

#d89abf hex color red value is 216, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d89abf hue: 0.90 , saturation: 0.44 and the lightness value of d89abf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011010 10111111
Octal 330 232 277
Decimal 216 154 191
Hex D8 9A BF

RGB Percentages of Color #d89abf

%38.50
%27.45
%34.05

CMYK Percentages of Color #d89abf

%0
%29
%12
%15

Triadic Colors of #d89abf

#d89abf #bfd89a #9abfd8

Analogous Colors of #d89abf

#d89abf #d89aa0 #d29ad8

Monochromatic Colors of #d89abf

#d89abf

Complementary Color

#d89abf #9ad8b3

#d89abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89abf Color CSS Codes

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

#d89abf Text Font Color

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

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


#d89abf Background Color

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

This div background color is #d89abf


#d89abf Border Color

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

This div border color is #d89abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89abf


Comments

No comments written yet.

Please login to write comment.