Color Hex Logo

#c60b41 Color Hex

#C60B41
(198,11,65)
0 Favorites   0 Comments

Color spaces of #c60b41

RGB 1981165
HSL0.950.890.41
HSV343°94°78°
CMYK 0.000.940.67   0.22
XYZ24.362512.62686.1542
Yxy12.62680.56470.2927
Hunter Lab35.534260.196014.6055
CIE-Lab42.195566.770223.5831

#c60b41 color RGB value is (198,11,65).

#c60b41 hex color red value is 198, green value is 11 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c60b41 hue: 0.95 , saturation: 0.89 and the lightness value of c60b41 is 0.41.

The process color (four color CMYK) of #c60b41 color hex is 0.00, 0.94, 0.67, 0.22. Web safe color of #c60b41 is #cc0033. Color #c60b41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 01000001
Octal 306 13 101
Decimal 198 11 65
Hex C6 B 41

RGB Percentages of Color #c60b41

%72.26
%4.01
%23.72

CMYK Percentages of Color #c60b41

%0
%94
%67
%22

Triadic Colors of #c60b41

#c60b41 #41c60b #0b41c6

Analogous Colors of #c60b41

#c60b41 #c6330b #c60b9f

Monochromatic Colors of #c60b41

#c60b41

Complementary Color

#c60b41 #0bc690

#c60b41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60b41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60b41 Color CSS Codes

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

#c60b41 Text Font Color

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

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


#c60b41 Background Color

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

This div background color is #c60b41


#c60b41 Border Color

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

This div border color is #c60b41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60b41


Comments

No comments written yet.

Please login to write comment.