Color Hex Logo

#d89fea Color Hex

#D89FEA
(216,159,234)
0 Favorites   0 Comments

Color spaces of #d89fea

RGB 216159234
HSL0.790.640.77
HSV286°32°92°
CMYK 0.080.320.00   0.08
XYZ55.568345.335783.6638
Yxy45.33570.30110.2456
Hunter Lab67.331829.4838-26.5391
CIE-Lab73.112433.9815-29.5426

#d89fea color RGB value is (216,159,234).

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

The process color (four color CMYK) of #d89fea color hex is 0.08, 0.32, 0.00, 0.08. Web safe color of #d89fea is #cc99ff. Color #d89fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011111 11101010
Octal 330 237 352
Decimal 216 159 234
Hex D8 9F EA

RGB Percentages of Color #d89fea

%35.47
%26.11
%38.42

CMYK Percentages of Color #d89fea

%8
%32
%0
%8

Triadic Colors of #d89fea

#d89fea #ead89f #9fead8

Analogous Colors of #d89fea

#d89fea #ea9fd7 #b39fea

Monochromatic Colors of #d89fea

#d89fea

Complementary Color

#d89fea #b1ea9f

#d89fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89fea Color CSS Codes

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

#d89fea Text Font Color

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

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


#d89fea Background Color

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

This div background color is #d89fea


#d89fea Border Color

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

This div border color is #d89fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89fea


Comments

No comments written yet.

Please login to write comment.