Color Hex Logo

#d85daf Color Hex

#D85DAF
(216,93,175)
0 Favorites   0 Comments

Color spaces of #d85daf

RGB 21693175
HSL0.890.610.61
HSV320°57°85°
CMYK 0.000.570.19   0.15
XYZ39.971125.522843.3771
Yxy25.52280.36710.2344
Hunter Lab50.520152.8176-15.5430
CIE-Lab57.581357.4434-20.2981

#d85daf color RGB value is (216,93,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011101 10101111
Octal 330 135 257
Decimal 216 93 175
Hex D8 5D AF

RGB Percentages of Color #d85daf

%44.63
%19.21
%36.16

CMYK Percentages of Color #d85daf

%0
%57
%19
%15

Triadic Colors of #d85daf

#d85daf #afd85d #5dafd8

Analogous Colors of #d85daf

#d85daf #d85d72 #c45dd8

Monochromatic Colors of #d85daf

#d85daf

Complementary Color

#d85daf #5dd886

#d85daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85daf Color CSS Codes

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

#d85daf Text Font Color

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

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


#d85daf Background Color

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

This div background color is #d85daf


#d85daf Border Color

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

This div border color is #d85daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85daf


Comments

No comments written yet.

Please login to write comment.