Color Hex Logo

#c161ac Color Hex

#C161AC
(193,97,172)
0 Favorites   0 Comments

Color spaces of #c161ac

RGB 19397172
HSL0.870.440.57
HSV313°50°76°
CMYK 0.000.500.11   0.24
XYZ33.713422.865441.6663
Yxy22.86540.34320.2327
Hunter Lab47.817842.1684-18.1902
CIE-Lab54.933448.1885-22.9027

#c161ac color RGB value is (193,97,172).

#c161ac hex color red value is 193, green value is 97 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c161ac hue: 0.87 , saturation: 0.44 and the lightness value of c161ac is 0.57.

The process color (four color CMYK) of #c161ac color hex is 0.00, 0.50, 0.11, 0.24. Web safe color of #c161ac is #cc6699. Color #c161ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 10101100
Octal 301 141 254
Decimal 193 97 172
Hex C1 61 AC

RGB Percentages of Color #c161ac

%41.77
%21.00
%37.23

CMYK Percentages of Color #c161ac

%0
%50
%11
%24

Triadic Colors of #c161ac

#c161ac #acc161 #61acc1

Analogous Colors of #c161ac

#c161ac #c1617c #a661c1

Monochromatic Colors of #c161ac

#c161ac

Complementary Color

#c161ac #61c176

#c161ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c161ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c161ac Color CSS Codes

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

#c161ac Text Font Color

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

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


#c161ac Background Color

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

This div background color is #c161ac


#c161ac Border Color

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

This div border color is #c161ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c161ac


Comments

No comments written yet.

Please login to write comment.