Color Hex Logo

#c63042 Color Hex

#C63042
(198,48,66)
0 Favorites   0 Comments

Color spaces of #c63042

RGB 1984866
HSL0.980.610.48
HSV353°76°78°
CMYK 0.000.760.67   0.22
XYZ25.329014.51306.6206
Yxy14.51300.54510.3124
Hunter Lab38.095952.012216.3633
CIE-Lab44.959859.000526.4573

#c63042 color RGB value is (198,48,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 01000010
Octal 306 60 102
Decimal 198 48 66
Hex C6 30 42

RGB Percentages of Color #c63042

%63.46
%15.38
%21.15

CMYK Percentages of Color #c63042

%0
%76
%67
%22

Triadic Colors of #c63042

#c63042 #42c630 #3042c6

Analogous Colors of #c63042

#c63042 #c66930 #c6308d

Monochromatic Colors of #c63042

#c63042

Complementary Color

#c63042 #30c6b4

#c63042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63042 Color CSS Codes

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

#c63042 Text Font Color

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

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


#c63042 Background Color

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

This div background color is #c63042


#c63042 Border Color

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

This div border color is #c63042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63042


Comments

No comments written yet.

Please login to write comment.