Color Hex Logo

#c40240 Color Hex

#C40240
(196,2,64)
0 Favorites   0 Comments

Color spaces of #c40240

RGB 196264
HSL0.950.980.39
HSV341°99°77°
CMYK 0.000.990.67   0.23
XYZ23.712112.14935.9458
Yxy12.14930.56720.2906
Hunter Lab34.855860.434114.2853
CIE-Lab41.452467.120923.1783

#c40240 color RGB value is (196,2,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 01000000
Octal 304 2 100
Decimal 196 2 64
Hex C4 2 40

RGB Percentages of Color #c40240

%74.81
%0.76
%24.43

CMYK Percentages of Color #c40240

%0
%99
%67
%23

Triadic Colors of #c40240

#c40240 #40c402 #0240c4

Analogous Colors of #c40240

#c40240 #c42502 #c402a1

Monochromatic Colors of #c40240

#c40240

Complementary Color

#c40240 #02c486

#c40240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40240 Color CSS Codes

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

#c40240 Text Font Color

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

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


#c40240 Background Color

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

This div background color is #c40240


#c40240 Border Color

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

This div border color is #c40240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40240


Comments

No comments written yet.

Please login to write comment.