Color Hex Logo

#c60732 Color Hex

#C60732
(198,7,50)
0 Favorites   0 Comments

Color spaces of #c60732

RGB 198750
HSL0.960.930.40
HSV346°96°78°
CMYK 0.000.960.75   0.22
XYZ23.940412.38804.1469
Yxy12.38800.59150.3061
Hunter Lab35.196659.820017.6520
CIE-Lab41.826366.516632.4103

#c60732 color RGB value is (198,7,50).

#c60732 hex color red value is 198, green value is 7 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c60732 hue: 0.96 , saturation: 0.93 and the lightness value of c60732 is 0.40.

The process color (four color CMYK) of #c60732 color hex is 0.00, 0.96, 0.75, 0.22. Web safe color of #c60732 is #cc0033. Color #c60732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000111 00110010
Octal 306 7 62
Decimal 198 7 50
Hex C6 7 32

RGB Percentages of Color #c60732

%77.65
%2.75
%19.61

CMYK Percentages of Color #c60732

%0
%96
%75
%22

Triadic Colors of #c60732

#c60732 #32c607 #0732c6

Analogous Colors of #c60732

#c60732 #c63c07 #c60792

Monochromatic Colors of #c60732

#c60732

Complementary Color

#c60732 #07c69b

#c60732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60732 Color CSS Codes

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

#c60732 Text Font Color

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

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


#c60732 Background Color

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

This div background color is #c60732


#c60732 Border Color

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

This div border color is #c60732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60732


Comments

No comments written yet.

Please login to write comment.