color codes Logo

#c1136e color codes

#C1136E
(193,19,110)
0 Favorites   0 Comments

Color spaces of #c1136e

RGB 19319110
HSL0.910.820.42
HSV329°90°76°
CMYK 0.000.900.43   0.24
XYZ25.039712.929015.9277
Yxy12.92900.46460.2399
Hunter Lab35.956961.3793-1.0936
CIE-Lab42.656167.7008-4.2495

#c1136e color RGB value is (193,19,110).

#c1136e hex color red value is 193, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c1136e hue: 0.91 , saturation: 0.82 and the lightness value of c1136e is 0.42.

The process color (four color CMYK) of #c1136e color code is 0.00, 0.90, 0.43, 0.24. Web safe color of #c1136e is #cc0066. Color #c1136e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 01101110
Octal 301 23 156
Decimal 193 19 110
Hex C1 13 6E

RGB Percentages of Color #c1136e

%59.94
%5.90
%34.16

CMYK Percentages of Color #c1136e

%0
%90
%43
%24

Triadic Colors of #c1136e

#c1136e #6ec113 #136ec1

Analogous Colors of #c1136e

#c1136e #c11317 #bd13c1

Monochromatic Colors of #c1136e

#c1136e

Complementary Color

#c1136e #13c166

#c1136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1136e Color CSS Codes

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

#c1136e Text Font Color

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

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


#c1136e Background Color

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

This div background color is #c1136e


#c1136e Border Color

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

This div border color is #c1136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1136e


Comments

No comments written yet.

Please login to write comment.