Color Hex Logo

#c63946 Color Hex

#C63946
(198,57,70)
0 Favorites   0 Comments

Color spaces of #c63946

RGB 1985770
HSL0.980.550.50
HSV354°71°78°
CMYK 0.000.710.65   0.22
XYZ25.857315.37427.3990
Yxy15.37420.53170.3161
Hunter Lab39.209949.095816.2588
CIE-Lab46.142556.124425.5277

#c63946 color RGB value is (198,57,70).

#c63946 hex color red value is 198, green value is 57 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c63946 hue: 0.98 , saturation: 0.55 and the lightness value of c63946 is 0.50.

The process color (four color CMYK) of #c63946 color hex is 0.00, 0.71, 0.65, 0.22. Web safe color of #c63946 is #cc3333. Color #c63946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111001 01000110
Octal 306 71 106
Decimal 198 57 70
Hex C6 39 46

RGB Percentages of Color #c63946

%60.92
%17.54
%21.54

CMYK Percentages of Color #c63946

%0
%71
%65
%22

Triadic Colors of #c63946

#c63946 #46c639 #3946c6

Analogous Colors of #c63946

#c63946 #c67339 #c6398d

Monochromatic Colors of #c63946

#c63946

Complementary Color

#c63946 #39c6b9

#c63946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63946 Color CSS Codes

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

#c63946 Text Font Color

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

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


#c63946 Background Color

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

This div background color is #c63946


#c63946 Border Color

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

This div border color is #c63946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63946


Comments

No comments written yet.

Please login to write comment.