Color Hex Logo

#c2294c Color Hex

#C2294C
(194,41,76)
0 Favorites   0 Comments

Color spaces of #c2294c

RGB 1944176
HSL0.960.650.46
HSV346°79°76°
CMYK 0.000.790.61   0.24
XYZ24.345613.57708.1749
Yxy13.57700.52810.2945
Hunter Lab36.847053.456612.6388
CIE-Lab43.620160.556118.4201

#c2294c color RGB value is (194,41,76).

#c2294c hex color red value is 194, green value is 41 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c2294c hue: 0.96 , saturation: 0.65 and the lightness value of c2294c is 0.46.

The process color (four color CMYK) of #c2294c color hex is 0.00, 0.79, 0.61, 0.24. Web safe color of #c2294c is #cc3333. Color #c2294c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101001 01001100
Octal 302 51 114
Decimal 194 41 76
Hex C2 29 4C

RGB Percentages of Color #c2294c

%62.38
%13.18
%24.44

CMYK Percentages of Color #c2294c

%0
%79
%61
%24

Triadic Colors of #c2294c

#c2294c #4cc229 #294cc2

Analogous Colors of #c2294c

#c2294c #c25329 #c22999

Monochromatic Colors of #c2294c

#c2294c

Complementary Color

#c2294c #29c29f

#c2294c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2294c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2294c Color CSS Codes

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

#c2294c Text Font Color

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

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


#c2294c Background Color

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

This div background color is #c2294c


#c2294c Border Color

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

This div border color is #c2294c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,41,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 #c2294c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2294c


Comments

No comments written yet.

Please login to write comment.