Color Hex Logo

#c1168e Color Hex

#C1168E
(193,22,142)
0 Favorites   0 Comments

Color spaces of #c1168e

RGB 19322142
HSL0.880.800.42
HSV318°89°76°
CMYK 0.000.890.26   0.24
XYZ27.161713.864326.8357
Yxy13.86430.40030.2043
Hunter Lab37.234865.0497-16.6669
CIE-Lab44.037770.5556-21.8820

#c1168e color RGB value is (193,22,142).

#c1168e hex color red value is 193, green value is 22 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c1168e hue: 0.88 , saturation: 0.80 and the lightness value of c1168e is 0.42.

The process color (four color CMYK) of #c1168e color hex is 0.00, 0.89, 0.26, 0.24. Web safe color of #c1168e is #cc0099. Color #c1168e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010110 10001110
Octal 301 26 216
Decimal 193 22 142
Hex C1 16 8E

RGB Percentages of Color #c1168e

%54.06
%6.16
%39.78

CMYK Percentages of Color #c1168e

%0
%89
%26
%24

Triadic Colors of #c1168e

#c1168e #8ec116 #168ec1

Analogous Colors of #c1168e

#c1168e #c11639 #9f16c1

Monochromatic Colors of #c1168e

#c1168e

Complementary Color

#c1168e #16c149

#c1168e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1168e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1168e Color CSS Codes

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

#c1168e Text Font Color

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

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


#c1168e Background Color

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

This div background color is #c1168e


#c1168e Border Color

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

This div border color is #c1168e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1168e


Comments

No comments written yet.

Please login to write comment.