Color Hex Logo

#c141ac Color Hex

#C141AC
(193,65,172)
0 Favorites   0 Comments

Color spaces of #c141ac

RGB 19365172
HSL0.860.510.51
HSV310°66°76°
CMYK 0.000.660.11   0.24
XYZ31.329018.096640.8715
Yxy18.09660.34700.2004
Hunter Lab42.540157.0126-27.1863
CIE-Lab49.613162.5721-31.1465

#c141ac color RGB value is (193,65,172).

#c141ac hex color red value is 193, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c141ac hue: 0.86 , saturation: 0.51 and the lightness value of c141ac is 0.51.

The process color (four color CMYK) of #c141ac color hex is 0.00, 0.66, 0.11, 0.24. Web safe color of #c141ac is #cc3399. Color #c141ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 10101100
Octal 301 101 254
Decimal 193 65 172
Hex C1 41 AC

RGB Percentages of Color #c141ac

%44.88
%15.12
%40.00

CMYK Percentages of Color #c141ac

%0
%66
%11
%24

Triadic Colors of #c141ac

#c141ac #acc141 #41acc1

Analogous Colors of #c141ac

#c141ac #c1416c #9641c1

Monochromatic Colors of #c141ac

#c141ac

Complementary Color

#c141ac #41c156

#c141ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c141ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c141ac Color CSS Codes

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

#c141ac Text Font Color

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

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


#c141ac Background Color

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

This div background color is #c141ac


#c141ac Border Color

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

This div border color is #c141ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c141ac


Comments

No comments written yet.

Please login to write comment.