Color Hex Logo

#c1064c Color Hex

#C1064C
(193,6,76)
0 Favorites   0 Comments

Color spaces of #c1064c

RGB 193676
HSL0.940.940.39
HSV338°97°76°
CMYK 0.000.970.61   0.24
XYZ23.362011.98957.9204
Yxy11.98950.53990.2771
Hunter Lab34.625959.838410.6760
CIE-Lab41.199466.654715.1314

#c1064c color RGB value is (193,6,76).

#c1064c hex color red value is 193, green value is 6 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c1064c hue: 0.94 , saturation: 0.94 and the lightness value of c1064c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000110 01001100
Octal 301 6 114
Decimal 193 6 76
Hex C1 6 4C

RGB Percentages of Color #c1064c

%70.18
%2.18
%27.64

CMYK Percentages of Color #c1064c

%0
%97
%61
%24

Triadic Colors of #c1064c

#c1064c #4cc106 #064cc1

Analogous Colors of #c1064c

#c1064c #c11d06 #c106aa

Monochromatic Colors of #c1064c

#c1064c

Complementary Color

#c1064c #06c17b

#c1064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1064c Color CSS Codes

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

#c1064c Text Font Color

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

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


#c1064c Background Color

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

This div background color is #c1064c


#c1064c Border Color

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

This div border color is #c1064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1064c


Comments

No comments written yet.

Please login to write comment.