Color Hex Logo

#d89ffd Color Hex

#D89FFD
(216,159,253)
0 Favorites   0 Comments

Color spaces of #d89ffd

RGB 216159253
HSL0.770.960.81
HSV276°37°99°
CMYK 0.150.370.00   0.01
XYZ58.446746.487198.8209
Yxy46.48710.28680.2282
Hunter Lab68.181433.6968-38.2068
CIE-Lab73.860537.8546-38.7071

#d89ffd color RGB value is (216,159,253).

#d89ffd hex color red value is 216, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d89ffd hue: 0.77 , saturation: 0.96 and the lightness value of d89ffd is 0.81.

The process color (four color CMYK) of #d89ffd color hex is 0.15, 0.37, 0.00, 0.01. Web safe color of #d89ffd is #cc99ff. Color #d89ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011111 11111101
Octal 330 237 375
Decimal 216 159 253
Hex D8 9F FD

RGB Percentages of Color #d89ffd

%34.39
%25.32
%40.29

CMYK Percentages of Color #d89ffd

%15
%37
%0
%1

Triadic Colors of #d89ffd

#d89ffd #fdd89f #9ffdd8

Analogous Colors of #d89ffd

#d89ffd #fd9ff3 #a99ffd

Monochromatic Colors of #d89ffd

#d89ffd

Complementary Color

#d89ffd #c4fd9f

#d89ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89ffd Color CSS Codes

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

#d89ffd Text Font Color

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

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


#d89ffd Background Color

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

This div background color is #d89ffd


#d89ffd Border Color

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

This div border color is #d89ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89ffd


Comments

No comments written yet.

Please login to write comment.