Color Hex Logo

#d861ac Color Hex

#D861AC
(216,97,172)
0 Favorites   0 Comments

Color spaces of #d861ac

RGB 21697172
HSL0.890.600.61
HSV322°55°85°
CMYK 0.000.550.20   0.15
XYZ40.040026.126941.9624
Yxy26.12690.37030.2416
Hunter Lab51.114550.3758-12.8940
CIE-Lab58.157355.1757-17.6874

#d861ac color RGB value is (216,97,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100001 10101100
Octal 330 141 254
Decimal 216 97 172
Hex D8 61 AC

RGB Percentages of Color #d861ac

%44.54
%20.00
%35.46

CMYK Percentages of Color #d861ac

%0
%55
%20
%15

Triadic Colors of #d861ac

#d861ac #acd861 #61acd8

Analogous Colors of #d861ac

#d861ac #d86171 #c961d8

Monochromatic Colors of #d861ac

#d861ac

Complementary Color

#d861ac #61d88d

#d861ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d861ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d861ac Color CSS Codes

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

#d861ac Text Font Color

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

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


#d861ac Background Color

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

This div background color is #d861ac


#d861ac Border Color

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

This div border color is #d861ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d861ac


Comments

No comments written yet.

Please login to write comment.