Color Hex Logo

#c119ac Color Hex

#C119AC
(193,25,172)
0 Favorites   0 Comments

Color spaces of #c119ac

RGB 19325172
HSL0.850.770.43
HSV308°87°76°
CMYK 0.000.870.11   0.24
XYZ29.786315.011340.3573
Yxy15.01130.34980.1763
Hunter Lab38.744469.4262-34.6371
CIE-Lab45.649773.8908-37.3724

#c119ac color RGB value is (193,25,172).

#c119ac hex color red value is 193, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c119ac hue: 0.85 , saturation: 0.77 and the lightness value of c119ac is 0.43.

The process color (four color CMYK) of #c119ac color hex is 0.00, 0.87, 0.11, 0.24. Web safe color of #c119ac is #cc0099. Color #c119ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011001 10101100
Octal 301 31 254
Decimal 193 25 172
Hex C1 19 AC

RGB Percentages of Color #c119ac

%49.49
%6.41
%44.10

CMYK Percentages of Color #c119ac

%0
%87
%11
%24

Triadic Colors of #c119ac

#c119ac #acc119 #19acc1

Analogous Colors of #c119ac

#c119ac #c11958 #8219c1

Monochromatic Colors of #c119ac

#c119ac

Complementary Color

#c119ac #19c12e

#c119ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c119ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c119ac Color CSS Codes

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

#c119ac Text Font Color

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

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


#c119ac Background Color

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

This div background color is #c119ac


#c119ac Border Color

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

This div border color is #c119ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c119ac


Comments

No comments written yet.

Please login to write comment.