color codes Logo

#d85dda color codes

#D85DDA
(216,93,218)
0 Favorites   0 Comments

Color spaces of #d85dda

RGB 21693218
HSL0.830.630.61
HSV299°57°85°
CMYK 0.010.570.00   0.15
XYZ44.888127.489669.2698
Yxy27.48960.31690.1941
Hunter Lab52.430561.0684-41.6310
CIE-Lab59.424864.2677-41.9689

#d85dda color RGB value is (216,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011101 11011010
Octal 330 135 332
Decimal 216 93 218
Hex D8 5D DA

RGB Percentages of Color #d85dda

%40.99
%17.65
%41.37

CMYK Percentages of Color #d85dda

%1
%57
%0
%15

Triadic Colors of #d85dda

#d85dda #dad85d #5ddad8

Analogous Colors of #d85dda

#d85dda #da5d9e #9a5dda

Monochromatic Colors of #d85dda

#d85dda

Complementary Color

#d85dda #5fda5d

#d85dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85dda Color CSS Codes

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

#d85dda Text Font Color

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

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


#d85dda Background Color

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

This div background color is #d85dda


#d85dda Border Color

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

This div border color is #d85dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85dda


Comments

No comments written yet.

Please login to write comment.