Color Hex Logo

#d89ccd Color Hex

#D89CCD
(216,156,205)
0 Favorites   0 Comments

Color spaces of #d89ccd

RGB 216156205
HSL0.860.430.73
HSV311°28°85°
CMYK 0.000.280.05   0.15
XYZ51.226842.783663.3157
Yxy42.78360.32560.2719
Hunter Lab65.409225.3306-11.6060
CIE-Lab71.407830.1438-16.2317

#d89ccd color RGB value is (216,156,205).

#d89ccd hex color red value is 216, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d89ccd hue: 0.86 , saturation: 0.43 and the lightness value of d89ccd is 0.73.

The process color (four color CMYK) of #d89ccd color hex is 0.00, 0.28, 0.05, 0.15. Web safe color of #d89ccd is #cc99cc. Color #d89ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011100 11001101
Octal 330 234 315
Decimal 216 156 205
Hex D8 9C CD

RGB Percentages of Color #d89ccd

%37.44
%27.04
%35.53

CMYK Percentages of Color #d89ccd

%0
%28
%5
%15

Triadic Colors of #d89ccd

#d89ccd #cdd89c #9ccdd8

Analogous Colors of #d89ccd

#d89ccd #d89caf #c59cd8

Monochromatic Colors of #d89ccd

#d89ccd

Complementary Color

#d89ccd #9cd8a7

#d89ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89ccd Color CSS Codes

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

#d89ccd Text Font Color

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

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


#d89ccd Background Color

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

This div background color is #d89ccd


#d89ccd Border Color

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

This div border color is #d89ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89ccd


Comments

No comments written yet.

Please login to write comment.