Color Hex Logo

#d85dad Color Hex

#D85DAD
(216,93,173)
0 Favorites   0 Comments

Color spaces of #d85dad

RGB 21693173
HSL0.890.610.61
HSV321°57°85°
CMYK 0.000.570.20   0.15
XYZ39.776125.444842.3501
Yxy25.44480.36980.2365
Hunter Lab50.442852.4791-14.4679
CIE-Lab57.506357.1566-19.2567

#d85dad color RGB value is (216,93,173).

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

The process color (four color CMYK) of #d85dad color hex is 0.00, 0.57, 0.20, 0.15. Web safe color of #d85dad is #cc6699. Color #d85dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011101 10101101
Octal 330 135 255
Decimal 216 93 173
Hex D8 5D AD

RGB Percentages of Color #d85dad

%44.81
%19.29
%35.89

CMYK Percentages of Color #d85dad

%0
%57
%20
%15

Triadic Colors of #d85dad

#d85dad #add85d #5dadd8

Analogous Colors of #d85dad

#d85dad #d85d70 #c65dd8

Monochromatic Colors of #d85dad

#d85dad

Complementary Color

#d85dad #5dd888

#d85dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85dad Color CSS Codes

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

#d85dad Text Font Color

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

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


#d85dad Background Color

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

This div background color is #d85dad


#d85dad Border Color

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

This div border color is #d85dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85dad


Comments

No comments written yet.

Please login to write comment.