Color Hex Logo

#c128ac Color Hex

#C128AC
(193,40,172)
0 Favorites   0 Comments

Color spaces of #c128ac

RGB 19340172
HSL0.860.660.46
HSV308°79°76°
CMYK 0.000.790.11   0.24
XYZ30.197515.833640.4943
Yxy15.83360.34900.1830
Hunter Lab39.791565.8275-32.4832
CIE-Lab46.755470.6804-35.6283

#c128ac color RGB value is (193,40,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101000 10101100
Octal 301 50 254
Decimal 193 40 172
Hex C1 28 AC

RGB Percentages of Color #c128ac

%47.65
%9.88
%42.47

CMYK Percentages of Color #c128ac

%0
%79
%11
%24

Triadic Colors of #c128ac

#c128ac #acc128 #28acc1

Analogous Colors of #c128ac

#c128ac #c1285f #8a28c1

Monochromatic Colors of #c128ac

#c128ac

Complementary Color

#c128ac #28c13d

#c128ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c128ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c128ac Color CSS Codes

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

#c128ac Text Font Color

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

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


#c128ac Background Color

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

This div background color is #c128ac


#c128ac Border Color

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

This div border color is #c128ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c128ac


Comments

No comments written yet.

Please login to write comment.