Color Hex Logo

#d96eda Color Hex

#D96EDA
(217,110,218)
0 Favorites   0 Comments

Color spaces of #d96eda

RGB 217110218
HSL0.830.590.64
HSV299°50°85°
CMYK 0.000.500.00   0.15
XYZ46.846130.965569.8376
Yxy30.96550.31730.2097
Hunter Lab55.646752.8885-35.4574
CIE-Lab62.478556.6863-37.1726

#d96eda color RGB value is (217,110,218).

#d96eda hex color red value is 217, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d96eda hue: 0.83 , saturation: 0.59 and the lightness value of d96eda is 0.64.

The process color (four color CMYK) of #d96eda color hex is 0.00, 0.50, 0.00, 0.15. Web safe color of #d96eda is #cc66cc. Color #d96eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101110 11011010
Octal 331 156 332
Decimal 217 110 218
Hex D9 6E DA

RGB Percentages of Color #d96eda

%39.82
%20.18
%40.00

CMYK Percentages of Color #d96eda

%0
%50
%0
%15

Triadic Colors of #d96eda

#d96eda #dad96e #6edad9

Analogous Colors of #d96eda

#d96eda #da6ea5 #a36eda

Monochromatic Colors of #d96eda

#d96eda

Complementary Color

#d96eda #6fda6e

#d96eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96eda Color CSS Codes

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

#d96eda Text Font Color

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

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


#d96eda Background Color

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

This div background color is #d96eda


#d96eda Border Color

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

This div border color is #d96eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,110,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d96eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d96eda;
  -webkit-box-shadow: 1px 1px 3px 2px #d96eda;
  box-shadow:         1px 1px 3px 2px #d96eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,110,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96eda


Comments

No comments written yet.

Please login to write comment.