Color Hex Logo

#c1196d Color Hex

#C1196D
(193,25,109)
0 Favorites   0 Comments

Color spaces of #c1196d

RGB 19325109
HSL0.920.770.43
HSV330°87°76°
CMYK 0.000.870.44   0.24
XYZ25.100313.136815.6807
Yxy13.13680.46550.2436
Hunter Lab36.244760.1871-0.2796
CIE-Lab42.968666.6118-3.1630

#c1196d color RGB value is (193,25,109).

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

The process color (four color CMYK) of #c1196d color hex is 0.00, 0.87, 0.44, 0.24. Web safe color of #c1196d is #cc0066. Color #c1196d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011001 01101101
Octal 301 31 155
Decimal 193 25 109
Hex C1 19 6D

RGB Percentages of Color #c1196d

%59.02
%7.65
%33.33

CMYK Percentages of Color #c1196d

%0
%87
%44
%24

Triadic Colors of #c1196d

#c1196d #6dc119 #196dc1

Analogous Colors of #c1196d

#c1196d #c11919 #c119c1

Monochromatic Colors of #c1196d

#c1196d

Complementary Color

#c1196d #19c16d

#c1196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1196d Color CSS Codes

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

#c1196d Text Font Color

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

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


#c1196d Background Color

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

This div background color is #c1196d


#c1196d Border Color

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

This div border color is #c1196d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,25,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1196d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1196d


Comments

No comments written yet.

Please login to write comment.