Color Hex Logo

#c60146 Color Hex

#C60146
(198,1,70)
0 Favorites   0 Comments

Color spaces of #c60146

RGB 198170
HSL0.940.990.39
HSV339°99°78°
CMYK 0.000.990.65   0.22
XYZ24.405012.46976.9149
Yxy12.46970.55730.2848
Hunter Lab35.312561.567413.1085
CIE-Lab41.953167.999420.1248

#c60146 color RGB value is (198,1,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000001 01000110
Octal 306 1 106
Decimal 198 1 70
Hex C6 1 46

RGB Percentages of Color #c60146

%73.61
%0.37
%26.02

CMYK Percentages of Color #c60146

%0
%99
%65
%22

Triadic Colors of #c60146

#c60146 #46c601 #0146c6

Analogous Colors of #c60146

#c60146 #c61e01 #c601a9

Monochromatic Colors of #c60146

#c60146

Complementary Color

#c60146 #01c681

#c60146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60146 Color CSS Codes

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

#c60146 Text Font Color

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

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


#c60146 Background Color

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

This div background color is #c60146


#c60146 Border Color

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

This div border color is #c60146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60146


Comments

No comments written yet.

Please login to write comment.