Color Hex Logo

#d473ac Color Hex

#D473AC
(212,115,172)
0 Favorites   0 Comments

Color spaces of #d473ac

RGB 212115172
HSL0.900.530.64
HSV325°46°83°
CMYK 0.000.460.19   0.17
XYZ40.728529.237142.5264
Yxy29.23710.36210.2599
Hunter Lab54.071339.8278-8.7809
CIE-Lab60.990345.1006-13.4521

#d473ac color RGB value is (212,115,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 10101100
Octal 324 163 254
Decimal 212 115 172
Hex D4 73 AC

RGB Percentages of Color #d473ac

%42.48
%23.05
%34.47

CMYK Percentages of Color #d473ac

%0
%46
%19
%17

Triadic Colors of #d473ac

#d473ac #acd473 #73acd4

Analogous Colors of #d473ac

#d473ac #d4737c #cc73d4

Monochromatic Colors of #d473ac

#d473ac

Complementary Color

#d473ac #73d49b

#d473ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d473ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d473ac Color CSS Codes

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

#d473ac Text Font Color

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

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


#d473ac Background Color

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

This div background color is #d473ac


#d473ac Border Color

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

This div border color is #d473ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d473ac


Comments

No comments written yet.

Please login to write comment.