Color Hex Logo

#c1174f Color Hex

#C1174F
(193,23,79)
0 Favorites   0 Comments

Color spaces of #c1174f

RGB 1932379
HSL0.950.790.42
HSV340°88°76°
CMYK 0.000.880.59   0.24
XYZ23.710012.51488.5631
Yxy12.51480.52940.2794
Hunter Lab35.376357.726410.4118
CIE-Lab42.022964.652814.3514

#c1174f color RGB value is (193,23,79).

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

The process color (four color CMYK) of #c1174f color hex is 0.00, 0.88, 0.59, 0.24. Web safe color of #c1174f is #cc0066. Color #c1174f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010111 01001111
Octal 301 27 117
Decimal 193 23 79
Hex C1 17 4F

RGB Percentages of Color #c1174f

%65.42
%7.80
%26.78

CMYK Percentages of Color #c1174f

%0
%88
%59
%24

Triadic Colors of #c1174f

#c1174f #4fc117 #174fc1

Analogous Colors of #c1174f

#c1174f #c13417 #c117a4

Monochromatic Colors of #c1174f

#c1174f

Complementary Color

#c1174f #17c189

#c1174f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1174f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1174f Color CSS Codes

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

#c1174f Text Font Color

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

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


#c1174f Background Color

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

This div background color is #c1174f


#c1174f Border Color

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

This div border color is #c1174f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1174f


Comments

No comments written yet.

Please login to write comment.