Color Hex Logo

#d85eda Color Hex

#D85EDA
(216,94,218)
0 Favorites   0 Comments

Color spaces of #d85eda

RGB 21694218
HSL0.830.630.61
HSV299°57°85°
CMYK 0.010.570.00   0.15
XYZ44.976527.666369.2993
Yxy27.66630.31690.1949
Hunter Lab52.598860.5851-41.2959
CIE-Lab59.586163.8281-41.7153

#d85eda color RGB value is (216,94,218).

#d85eda hex color red value is 216, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d85eda hue: 0.83 , saturation: 0.63 and the lightness value of d85eda is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011110 11011010
Octal 330 136 332
Decimal 216 94 218
Hex D8 5E DA

RGB Percentages of Color #d85eda

%40.91
%17.80
%41.29

CMYK Percentages of Color #d85eda

%1
%57
%0
%15

Triadic Colors of #d85eda

#d85eda #dad85e #5edad8

Analogous Colors of #d85eda

#d85eda #da5e9e #9a5eda

Monochromatic Colors of #d85eda

#d85eda

Complementary Color

#d85eda #60da5e

#d85eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85eda Color CSS Codes

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

#d85eda Text Font Color

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

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


#d85eda Background Color

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

This div background color is #d85eda


#d85eda Border Color

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

This div border color is #d85eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85eda


Comments

No comments written yet.

Please login to write comment.