Color Hex Logo

#d865ac Color Hex

#D865AC
(216,101,172)
0 Favorites   0 Comments

Color spaces of #d865ac

RGB 216101172
HSL0.900.600.62
HSV323°53°85°
CMYK 0.000.530.20   0.15
XYZ40.419026.884842.0887
Yxy26.88480.36950.2458
Hunter Lab51.850648.4074-11.8321
CIE-Lab58.867553.2932-16.6087

#d865ac color RGB value is (216,101,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 10101100
Octal 330 145 254
Decimal 216 101 172
Hex D8 65 AC

RGB Percentages of Color #d865ac

%44.17
%20.65
%35.17

CMYK Percentages of Color #d865ac

%0
%53
%20
%15

Triadic Colors of #d865ac

#d865ac #acd865 #65acd8

Analogous Colors of #d865ac

#d865ac #d86573 #cb65d8

Monochromatic Colors of #d865ac

#d865ac

Complementary Color

#d865ac #65d891

#d865ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d865ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d865ac Color CSS Codes

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

#d865ac Text Font Color

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

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


#d865ac Background Color

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

This div background color is #d865ac


#d865ac Border Color

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

This div border color is #d865ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,101,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 #d865ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d865ac


Comments

No comments written yet.

Please login to write comment.