Color Hex Logo

#c1173a Color Hex

#C1173A
(193,23,58)
0 Favorites   0 Comments

Color spaces of #c1173a

RGB 1932358
HSL0.970.790.42
HSV348°88°76°
CMYK 0.000.880.70   0.24
XYZ23.062412.25575.1531
Yxy12.25570.56980.3028
Hunter Lab35.008156.326615.7784
CIE-Lab41.619763.498727.0007

#c1173a color RGB value is (193,23,58).

#c1173a hex color red value is 193, green value is 23 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c1173a hue: 0.97 , saturation: 0.79 and the lightness value of c1173a is 0.42.

The process color (four color CMYK) of #c1173a color hex is 0.00, 0.88, 0.70, 0.24. Web safe color of #c1173a is #cc0033. Color #c1173a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010111 00111010
Octal 301 27 72
Decimal 193 23 58
Hex C1 17 3A

RGB Percentages of Color #c1173a

%70.44
%8.39
%21.17

CMYK Percentages of Color #c1173a

%0
%88
%70
%24

Triadic Colors of #c1173a

#c1173a #3ac117 #173ac1

Analogous Colors of #c1173a

#c1173a #c14917 #c1178f

Monochromatic Colors of #c1173a

#c1173a

Complementary Color

#c1173a #17c19e

#c1173a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1173a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1173a Color CSS Codes

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

#c1173a Text Font Color

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

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


#c1173a Background Color

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

This div background color is #c1173a


#c1173a Border Color

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

This div border color is #c1173a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1173a


Comments

No comments written yet.

Please login to write comment.