Color Hex Logo

#d517ac Color Hex

#D517AC
(213,23,172)
0 Favorites   0 Comments

Color spaces of #d517ac

RGB 21323172
HSL0.870.810.46
HSV313°89°84°
CMYK 0.000.890.19   0.16
XYZ35.193417.737540.5985
Yxy17.73750.37630.1896
Hunter Lab42.115975.4575-27.6727
CIE-Lab49.176278.1095-31.5778

#d517ac color RGB value is (213,23,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010111 10101100
Octal 325 27 254
Decimal 213 23 172
Hex D5 17 AC

RGB Percentages of Color #d517ac

%52.21
%5.64
%42.16

CMYK Percentages of Color #d517ac

%0
%89
%19
%16

Triadic Colors of #d517ac

#d517ac #acd517 #17acd5

Analogous Colors of #d517ac

#d517ac #d5174d #9f17d5

Monochromatic Colors of #d517ac

#d517ac

Complementary Color

#d517ac #17d540

#d517ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d517ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d517ac Color CSS Codes

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

#d517ac Text Font Color

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

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


#d517ac Background Color

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

This div background color is #d517ac


#d517ac Border Color

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

This div border color is #d517ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d517ac


Comments

No comments written yet.

Please login to write comment.