Color Hex Logo

#c60346 Color Hex

#C60346
(198,3,70)
0 Favorites   0 Comments

Color spaces of #c60346

RGB 198370
HSL0.940.970.39
HSV339°98°78°
CMYK 0.000.980.65   0.22
XYZ24.426812.51316.9222
Yxy12.51310.55690.2853
Hunter Lab35.373961.355813.1594
CIE-Lab42.020367.804520.2125

#c60346 color RGB value is (198,3,70).

#c60346 hex color red value is 198, green value is 3 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c60346 hue: 0.94 , saturation: 0.97 and the lightness value of c60346 is 0.39.

The process color (four color CMYK) of #c60346 color hex is 0.00, 0.98, 0.65, 0.22. Web safe color of #c60346 is #cc0033. Color #c60346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 01000110
Octal 306 3 106
Decimal 198 3 70
Hex C6 3 46

RGB Percentages of Color #c60346

%73.06
%1.11
%25.83

CMYK Percentages of Color #c60346

%0
%98
%65
%22

Triadic Colors of #c60346

#c60346 #46c603 #0346c6

Analogous Colors of #c60346

#c60346 #c62103 #c603a8

Monochromatic Colors of #c60346

#c60346

Complementary Color

#c60346 #03c683

#c60346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60346 Color CSS Codes

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

#c60346 Text Font Color

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

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


#c60346 Background Color

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

This div background color is #c60346


#c60346 Border Color

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

This div border color is #c60346


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,3,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60346


Comments

No comments written yet.

Please login to write comment.