Color Hex Logo

#c60a43 Color Hex

#C60A43
(198,10,67)
0 Favorites   0 Comments

Color spaces of #c60a43

RGB 1981067
HSL0.950.900.41
HSV342°95°78°
CMYK 0.000.950.66   0.22
XYZ24.410412.62816.4611
Yxy12.62810.56120.2903
Hunter Lab35.536060.427114.0952
CIE-Lab42.197566.969622.3313

#c60a43 color RGB value is (198,10,67).

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

The process color (four color CMYK) of #c60a43 color hex is 0.00, 0.95, 0.66, 0.22. Web safe color of #c60a43 is #cc0033. Color #c60a43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001010 01000011
Octal 306 12 103
Decimal 198 10 67
Hex C6 A 43

RGB Percentages of Color #c60a43

%72.00
%3.64
%24.36

CMYK Percentages of Color #c60a43

%0
%95
%66
%22

Triadic Colors of #c60a43

#c60a43 #43c60a #0a43c6

Analogous Colors of #c60a43

#c60a43 #c62f0a #c60aa1

Monochromatic Colors of #c60a43

#c60a43

Complementary Color

#c60a43 #0ac68d

#c60a43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60a43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60a43 Color CSS Codes

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

#c60a43 Text Font Color

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

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


#c60a43 Background Color

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

This div background color is #c60a43


#c60a43 Border Color

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

This div border color is #c60a43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60a43


Comments

No comments written yet.

Please login to write comment.