Color Hex Logo

#dd89bf Color Hex

#DD89BF
(221,137,191)
0 Favorites   0 Comments

Color spaces of #dd89bf

RGB 221137191
HSL0.890.550.70
HSV321°38°87°
CMYK 0.000.380.14   0.13
XYZ48.168437.025153.8980
Yxy37.02510.34630.2662
Hunter Lab60.848334.8189-9.9240
CIE-Lab67.295939.6034-14.5965

#dd89bf color RGB value is (221,137,191).

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

The process color (four color CMYK) of #dd89bf color hex is 0.00, 0.38, 0.14, 0.13. Web safe color of #dd89bf is #cc99cc. Color #dd89bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 10111111
Octal 335 211 277
Decimal 221 137 191
Hex DD 89 BF

RGB Percentages of Color #dd89bf

%40.26
%24.95
%34.79

CMYK Percentages of Color #dd89bf

%0
%38
%14
%13

Triadic Colors of #dd89bf

#dd89bf #bfdd89 #89bfdd

Analogous Colors of #dd89bf

#dd89bf #dd8995 #d189dd

Monochromatic Colors of #dd89bf

#dd89bf

Complementary Color

#dd89bf #89dda7

#dd89bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd89bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd89bf Color CSS Codes

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

#dd89bf Text Font Color

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

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


#dd89bf Background Color

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

This div background color is #dd89bf


#dd89bf Border Color

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

This div border color is #dd89bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd89bf


Comments

No comments written yet.

Please login to write comment.