Color Hex Logo

#c473ac Color Hex

#C473AC
(196,115,172)
0 Favorites   0 Comments

Color spaces of #c473ac

RGB 196115172
HSL0.880.410.61
HSV318°41°77°
CMYK 0.000.410.12   0.23
XYZ36.342126.975842.3211
Yxy26.97580.34400.2554
Hunter Lab51.938234.0077-11.9548
CIE-Lab58.951939.8371-16.7309

#c473ac color RGB value is (196,115,172).

#c473ac hex color red value is 196, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c473ac hue: 0.88 , saturation: 0.41 and the lightness value of c473ac is 0.61.

The process color (four color CMYK) of #c473ac color hex is 0.00, 0.41, 0.12, 0.23. Web safe color of #c473ac is #cc6699. Color #c473ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 10101100
Octal 304 163 254
Decimal 196 115 172
Hex C4 73 AC

RGB Percentages of Color #c473ac

%40.58
%23.81
%35.61

CMYK Percentages of Color #c473ac

%0
%41
%12
%23

Triadic Colors of #c473ac

#c473ac #acc473 #73acc4

Analogous Colors of #c473ac

#c473ac #c47384 #b473c4

Monochromatic Colors of #c473ac

#c473ac

Complementary Color

#c473ac #73c48b

#c473ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c473ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c473ac Color CSS Codes

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

#c473ac Text Font Color

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

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


#c473ac Background Color

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

This div background color is #c473ac


#c473ac Border Color

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

This div border color is #c473ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c473ac


Comments

No comments written yet.

Please login to write comment.