Color Hex Logo

#c63032 Color Hex

#C63032
(198,48,50)
0 Favorites   0 Comments

Color spaces of #c63032

RGB 1984850
HSL1.000.610.48
HSV359°76°78°
CMYK 0.000.760.75   0.22
XYZ24.921414.35004.4739
Yxy14.35000.56970.3280
Hunter Lab37.881451.139119.5147
CIE-Lab44.730758.252735.6939

#c63032 color RGB value is (198,48,50).

#c63032 hex color red value is 198, green value is 48 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c63032 hue: 1.00 , saturation: 0.61 and the lightness value of c63032 is 0.48.

The process color (four color CMYK) of #c63032 color hex is 0.00, 0.76, 0.75, 0.22. Web safe color of #c63032 is #cc3333. Color #c63032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 00110010
Octal 306 60 62
Decimal 198 48 50
Hex C6 30 32

RGB Percentages of Color #c63032

%66.89
%16.22
%16.89

CMYK Percentages of Color #c63032

%0
%76
%75
%22

Triadic Colors of #c63032

#c63032 #32c630 #3032c6

Analogous Colors of #c63032

#c63032 #c67930 #c6307d

Monochromatic Colors of #c63032

#c63032

Complementary Color

#c63032 #30c6c4

#c63032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63032 Color CSS Codes

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

#c63032 Text Font Color

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

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


#c63032 Background Color

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

This div background color is #c63032


#c63032 Border Color

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

This div border color is #c63032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63032


Comments

No comments written yet.

Please login to write comment.