Color Hex Logo

#c5194c Color Hex

#C5194C
(197,25,76)
0 Favorites   0 Comments

Color spaces of #c5194c

RGB 1972576
HSL0.950.770.44
HSV342°87°77°
CMYK 0.000.870.61   0.23
XYZ24.678113.08748.0629
Yxy13.08740.53850.2856
Hunter Lab36.176558.456312.1092
CIE-Lab42.894665.122117.5565

#c5194c color RGB value is (197,25,76).

#c5194c hex color red value is 197, green value is 25 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c5194c hue: 0.95 , saturation: 0.77 and the lightness value of c5194c is 0.44.

The process color (four color CMYK) of #c5194c color hex is 0.00, 0.87, 0.61, 0.23. Web safe color of #c5194c is #cc0033. Color #c5194c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 01001100
Octal 305 31 114
Decimal 197 25 76
Hex C5 19 4C

RGB Percentages of Color #c5194c

%66.11
%8.39
%25.50

CMYK Percentages of Color #c5194c

%0
%87
%61
%23

Triadic Colors of #c5194c

#c5194c #4cc519 #194cc5

Analogous Colors of #c5194c

#c5194c #c53c19 #c519a2

Monochromatic Colors of #c5194c

#c5194c

Complementary Color

#c5194c #19c592

#c5194c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5194c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5194c Color CSS Codes

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

#c5194c Text Font Color

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

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


#c5194c Background Color

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

This div background color is #c5194c


#c5194c Border Color

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

This div border color is #c5194c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5194c


Comments

No comments written yet.

Please login to write comment.