Color Hex Logo

#c40940 Color Hex

#C40940
(196,9,64)
0 Favorites   0 Comments

Color spaces of #c40940

RGB 196964
HSL0.950.910.40
HSV342°95°77°
CMYK 0.000.950.67   0.23
XYZ23.788112.30135.9711
Yxy12.30130.56560.2925
Hunter Lab35.073259.688014.4573
CIE-Lab41.691066.428423.4823

#c40940 color RGB value is (196,9,64).

#c40940 hex color red value is 196, green value is 9 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c40940 hue: 0.95 , saturation: 0.91 and the lightness value of c40940 is 0.40.

The process color (four color CMYK) of #c40940 color hex is 0.00, 0.95, 0.67, 0.23. Web safe color of #c40940 is #cc0033. Color #c40940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 01000000
Octal 304 11 100
Decimal 196 9 64
Hex C4 9 40

RGB Percentages of Color #c40940

%72.86
%3.35
%23.79

CMYK Percentages of Color #c40940

%0
%95
%67
%23

Triadic Colors of #c40940

#c40940 #40c409 #0940c4

Analogous Colors of #c40940

#c40940 #c43009 #c4099e

Monochromatic Colors of #c40940

#c40940

Complementary Color

#c40940 #09c48d

#c40940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40940 Color CSS Codes

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

#c40940 Text Font Color

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

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


#c40940 Background Color

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

This div background color is #c40940


#c40940 Border Color

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

This div border color is #c40940


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,9,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c40940; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c40940;
  -webkit-box-shadow: 1px 1px 3px 2px #c40940;
  box-shadow:         1px 1px 3px 2px #c40940; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,9,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40940


Comments

No comments written yet.

Please login to write comment.