Color Hex Logo

#d85eaa Color Hex

#D85EAA
(216,94,170)
0 Favorites   0 Comments

Color spaces of #d85eaa

RGB 21694170
HSL0.900.610.61
HSV323°56°85°
CMYK 0.000.560.21   0.15
XYZ39.577325.506640.8675
Yxy25.50660.37350.2407
Hunter Lab50.504151.4987-12.6242
CIE-Lab57.565756.2762-17.4303

#d85eaa color RGB value is (216,94,170).

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

The process color (four color CMYK) of #d85eaa color hex is 0.00, 0.56, 0.21, 0.15. Web safe color of #d85eaa is #cc6699. Color #d85eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011110 10101010
Octal 330 136 252
Decimal 216 94 170
Hex D8 5E AA

RGB Percentages of Color #d85eaa

%45.00
%19.58
%35.42

CMYK Percentages of Color #d85eaa

%0
%56
%21
%15

Triadic Colors of #d85eaa

#d85eaa #aad85e #5eaad8

Analogous Colors of #d85eaa

#d85eaa #d85e6d #c95ed8

Monochromatic Colors of #d85eaa

#d85eaa

Complementary Color

#d85eaa #5ed88c

#d85eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85eaa Color CSS Codes

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

#d85eaa Text Font Color

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

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


#d85eaa Background Color

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

This div background color is #d85eaa


#d85eaa Border Color

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

This div border color is #d85eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85eaa


Comments

No comments written yet.

Please login to write comment.