Color Hex Logo

#d89edb Color Hex

#D89EDB
(216,158,219)
0 Favorites   0 Comments

Color spaces of #d89edb

RGB 216158219
HSL0.830.460.74
HSV297°28°86°
CMYK 0.010.280.00   0.14
XYZ53.331944.167172.7320
Yxy44.16710.31330.2595
Hunter Lab66.458326.9417-18.3661
CIE-Lab72.340031.6248-22.5206

#d89edb color RGB value is (216,158,219).

#d89edb hex color red value is 216, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d89edb hue: 0.83 , saturation: 0.46 and the lightness value of d89edb is 0.74.

The process color (four color CMYK) of #d89edb color hex is 0.01, 0.28, 0.00, 0.14. Web safe color of #d89edb is #cc99cc. Color #d89edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011110 11011011
Octal 330 236 333
Decimal 216 158 219
Hex D8 9E DB

RGB Percentages of Color #d89edb

%36.42
%26.64
%36.93

CMYK Percentages of Color #d89edb

%1
%28
%0
%14

Triadic Colors of #d89edb

#d89edb #dbd89e #9edbd8

Analogous Colors of #d89edb

#d89edb #db9ec0 #ba9edb

Monochromatic Colors of #d89edb

#d89edb

Complementary Color

#d89edb #a1db9e

#d89edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89edb Color CSS Codes

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

#d89edb Text Font Color

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

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


#d89edb Background Color

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

This div background color is #d89edb


#d89edb Border Color

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

This div border color is #d89edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89edb


Comments

No comments written yet.

Please login to write comment.