Color Hex Logo

#d573ac Color Hex

#D573AC
(213,115,172)
0 Favorites   0 Comments

Color spaces of #d573ac

RGB 213115172
HSL0.900.540.64
HSV325°46°84°
CMYK 0.000.460.19   0.16
XYZ41.017729.386242.5400
Yxy29.38620.36320.2602
Hunter Lab54.209040.1976-8.5809
CIE-Lab61.121045.4276-13.2424

#d573ac color RGB value is (213,115,172).

#d573ac hex color red value is 213, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d573ac hue: 0.90 , saturation: 0.54 and the lightness value of d573ac is 0.64.

The process color (four color CMYK) of #d573ac color hex is 0.00, 0.46, 0.19, 0.16. Web safe color of #d573ac is #cc6699. Color #d573ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110011 10101100
Octal 325 163 254
Decimal 213 115 172
Hex D5 73 AC

RGB Percentages of Color #d573ac

%42.60
%23.00
%34.40

CMYK Percentages of Color #d573ac

%0
%46
%19
%16

Triadic Colors of #d573ac

#d573ac #acd573 #73acd5

Analogous Colors of #d573ac

#d573ac #d5737b #cd73d5

Monochromatic Colors of #d573ac

#d573ac

Complementary Color

#d573ac #73d59c

#d573ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d573ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d573ac Color CSS Codes

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

#d573ac Text Font Color

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

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


#d573ac Background Color

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

This div background color is #d573ac


#d573ac Border Color

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

This div border color is #d573ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d573ac


Comments

No comments written yet.

Please login to write comment.