Color Hex Logo

#d163ac Color Hex

#D163AC
(209,99,172)
0 Favorites   0 Comments

Color spaces of #d163ac

RGB 20999172
HSL0.890.540.60
HSV320°53°82°
CMYK 0.000.530.18   0.18
XYZ38.202725.457541.9300
Yxy25.45750.36180.2411
Hunter Lab50.455446.8556-13.9530
CIE-Lab57.518552.1062-18.7513

#d163ac color RGB value is (209,99,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100011 10101100
Octal 321 143 254
Decimal 209 99 172
Hex D1 63 AC

RGB Percentages of Color #d163ac

%43.54
%20.63
%35.83

CMYK Percentages of Color #d163ac

%0
%53
%18
%18

Triadic Colors of #d163ac

#d163ac #acd163 #63acd1

Analogous Colors of #d163ac

#d163ac #d16375 #bf63d1

Monochromatic Colors of #d163ac

#d163ac

Complementary Color

#d163ac #63d188

#d163ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d163ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d163ac Color CSS Codes

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

#d163ac Text Font Color

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

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


#d163ac Background Color

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

This div background color is #d163ac


#d163ac Border Color

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

This div border color is #d163ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d163ac


Comments

No comments written yet.

Please login to write comment.