Color Hex Logo

#d85add Color Hex

#D85ADD
(216,90,221)
0 Favorites   0 Comments

Color spaces of #d85add

RGB 21690221
HSL0.830.660.61
HSV298°59°87°
CMYK 0.020.590.00   0.13
XYZ45.026227.131771.2704
Yxy27.13170.31390.1892
Hunter Lab52.088163.1455-44.6629
CIE-Lab59.096066.0837-44.1760

#d85add color RGB value is (216,90,221).

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

The process color (four color CMYK) of #d85add color hex is 0.02, 0.59, 0.00, 0.13. Web safe color of #d85add is #cc66cc. Color #d85add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 11011101
Octal 330 132 335
Decimal 216 90 221
Hex D8 5A DD

RGB Percentages of Color #d85add

%40.99
%17.08
%41.94

CMYK Percentages of Color #d85add

%2
%59
%0
%13

Triadic Colors of #d85add

#d85add #ddd85a #5addd8

Analogous Colors of #d85add

#d85add #dd5aa1 #975add

Monochromatic Colors of #d85add

#d85add

Complementary Color

#d85add #5fdd5a

#d85add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85add Color CSS Codes

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

#d85add Text Font Color

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

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


#d85add Background Color

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

This div background color is #d85add


#d85add Border Color

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

This div border color is #d85add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85add


Comments

No comments written yet.

Please login to write comment.