Color Hex Logo

#d89dfa Color Hex

#D89DFA
(216,157,250)
0 Favorites   0 Comments

Color spaces of #d89dfa

RGB 216157250
HSL0.770.900.80
HSV278°37°98°
CMYK 0.140.370.00   0.02
XYZ57.631245.615096.2096
Yxy45.61500.28890.2287
Hunter Lab67.538934.1217-37.1818
CIE-Lab73.295038.3052-37.9613

#d89dfa color RGB value is (216,157,250).

#d89dfa hex color red value is 216, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d89dfa hue: 0.77 , saturation: 0.90 and the lightness value of d89dfa is 0.80.

The process color (four color CMYK) of #d89dfa color hex is 0.14, 0.37, 0.00, 0.02. Web safe color of #d89dfa is #cc99ff. Color #d89dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011101 11111010
Octal 330 235 372
Decimal 216 157 250
Hex D8 9D FA

RGB Percentages of Color #d89dfa

%34.67
%25.20
%40.13

CMYK Percentages of Color #d89dfa

%14
%37
%0
%2

Triadic Colors of #d89dfa

#d89dfa #fad89d #9dfad8

Analogous Colors of #d89dfa

#d89dfa #fa9dee #aa9dfa

Monochromatic Colors of #d89dfa

#d89dfa

Complementary Color

#d89dfa #bffa9d

#d89dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89dfa Color CSS Codes

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

#d89dfa Text Font Color

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

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


#d89dfa Background Color

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

This div background color is #d89dfa


#d89dfa Border Color

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

This div border color is #d89dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.