Color Hex Logo

#d117ac Color Hex

#D117AC
(209,23,172)
0 Favorites   0 Comments

Color spaces of #d117ac

RGB 20923172
HSL0.870.800.45
HSV312°89°82°
CMYK 0.000.890.18   0.18
XYZ34.047317.146740.5449
Yxy17.14670.37110.1869
Hunter Lab41.408674.3027-29.0674
CIE-Lab48.444377.3233-32.7762

#d117ac color RGB value is (209,23,172).

#d117ac hex color red value is 209, green value is 23 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d117ac hue: 0.87 , saturation: 0.80 and the lightness value of d117ac is 0.45.

The process color (four color CMYK) of #d117ac color hex is 0.00, 0.89, 0.18, 0.18. Web safe color of #d117ac is #cc0099. Color #d117ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010111 10101100
Octal 321 27 254
Decimal 209 23 172
Hex D1 17 AC

RGB Percentages of Color #d117ac

%51.73
%5.69
%42.57

CMYK Percentages of Color #d117ac

%0
%89
%18
%18

Triadic Colors of #d117ac

#d117ac #acd117 #17acd1

Analogous Colors of #d117ac

#d117ac #d1174f #9917d1

Monochromatic Colors of #d117ac

#d117ac

Complementary Color

#d117ac #17d13c

#d117ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d117ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d117ac Color CSS Codes

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

#d117ac Text Font Color

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

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


#d117ac Background Color

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

This div background color is #d117ac


#d117ac Border Color

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

This div border color is #d117ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d117ac


Comments

No comments written yet.

Please login to write comment.