Color Hex Logo

#d89afd Color Hex

#D89AFD
(216,154,253)
0 Favorites   0 Comments

Color spaces of #d89afd

RGB 216154253
HSL0.770.960.80
HSV278°39°99°
CMYK 0.150.390.00   0.01
XYZ57.604144.802098.5401
Yxy44.80200.28670.2230
Hunter Lab66.934336.4833-40.4322
CIE-Lab72.761340.5392-40.4187

#d89afd color RGB value is (216,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011010 11111101
Octal 330 232 375
Decimal 216 154 253
Hex D8 9A FD

RGB Percentages of Color #d89afd

%34.67
%24.72
%40.61

CMYK Percentages of Color #d89afd

%15
%39
%0
%1

Triadic Colors of #d89afd

#d89afd #fdd89a #9afdd8

Analogous Colors of #d89afd

#d89afd #fd9af1 #a79afd

Monochromatic Colors of #d89afd

#d89afd

Complementary Color

#d89afd #bffd9a

#d89afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89afd Color CSS Codes

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

#d89afd Text Font Color

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

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


#d89afd Background Color

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

This div background color is #d89afd


#d89afd Border Color

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

This div border color is #d89afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89afd


Comments

No comments written yet.

Please login to write comment.