Color Hex Logo

#c156ac Color Hex

#C156AC
(193,86,172)
0 Favorites   0 Comments

Color spaces of #c156ac

RGB 19386172
HSL0.870.460.55
HSV312°55°76°
CMYK 0.000.550.11   0.24
XYZ32.766520.971641.3507
Yxy20.97160.34460.2205
Hunter Lab45.794847.5773-21.4800
CIE-Lab52.918453.5288-26.0093

#c156ac color RGB value is (193,86,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010110 10101100
Octal 301 126 254
Decimal 193 86 172
Hex C1 56 AC

RGB Percentages of Color #c156ac

%42.79
%19.07
%38.14

CMYK Percentages of Color #c156ac

%0
%55
%11
%24

Triadic Colors of #c156ac

#c156ac #acc156 #56acc1

Analogous Colors of #c156ac

#c156ac #c15677 #a156c1

Monochromatic Colors of #c156ac

#c156ac

Complementary Color

#c156ac #56c16b

#c156ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c156ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c156ac Color CSS Codes

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

#c156ac Text Font Color

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

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


#c156ac Background Color

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

This div background color is #c156ac


#c156ac Border Color

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

This div border color is #c156ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c156ac


Comments

No comments written yet.

Please login to write comment.