Color Hex Logo

#c2014c Color Hex

#C2014C
(194,1,76)
0 Favorites   0 Comments

Color spaces of #c2014c

RGB 194176
HSL0.940.990.38
HSV337°99°76°
CMYK 0.000.990.61   0.24
XYZ23.563512.01287.9143
Yxy12.01280.54180.2762
Hunter Lab34.659560.700410.7231
CIE-Lab41.236567.393015.2167

#c2014c color RGB value is (194,1,76).

#c2014c hex color red value is 194, green value is 1 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c2014c hue: 0.94 , saturation: 0.99 and the lightness value of c2014c is 0.38.

The process color (four color CMYK) of #c2014c color hex is 0.00, 0.99, 0.61, 0.24. Web safe color of #c2014c is #cc0033. Color #c2014c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000001 01001100
Octal 302 1 114
Decimal 194 1 76
Hex C2 1 4C

RGB Percentages of Color #c2014c

%71.59
%0.37
%28.04

CMYK Percentages of Color #c2014c

%0
%99
%61
%24

Triadic Colors of #c2014c

#c2014c #4cc201 #014cc2

Analogous Colors of #c2014c

#c2014c #c21701 #c201ad

Monochromatic Colors of #c2014c

#c2014c

Complementary Color

#c2014c #01c277

#c2014c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2014c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2014c Color CSS Codes

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

#c2014c Text Font Color

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

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


#c2014c Background Color

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

This div background color is #c2014c


#c2014c Border Color

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

This div border color is #c2014c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2014c


Comments

No comments written yet.

Please login to write comment.