Color Hex Logo

#c40742 Color Hex

#C40742
(196,7,66)
0 Favorites   0 Comments

Color spaces of #c40742

RGB 196766
HSL0.950.930.40
HSV341°96°77°
CMYK 0.000.960.66   0.23
XYZ23.824312.28116.2691
Yxy12.28110.56220.2898
Hunter Lab35.044460.022313.9247
CIE-Lab41.659466.724322.1842

#c40742 color RGB value is (196,7,66).

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

The process color (four color CMYK) of #c40742 color hex is 0.00, 0.96, 0.66, 0.23. Web safe color of #c40742 is #cc0033. Color #c40742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000111 01000010
Octal 304 7 102
Decimal 196 7 66
Hex C4 7 42

RGB Percentages of Color #c40742

%72.86
%2.60
%24.54

CMYK Percentages of Color #c40742

%0
%96
%66
%23

Triadic Colors of #c40742

#c40742 #42c407 #0742c4

Analogous Colors of #c40742

#c40742 #c42b07 #c407a1

Monochromatic Colors of #c40742

#c40742

Complementary Color

#c40742 #07c489

#c40742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40742 Color CSS Codes

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

#c40742 Text Font Color

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

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


#c40742 Background Color

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

This div background color is #c40742


#c40742 Border Color

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

This div border color is #c40742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40742


Comments

No comments written yet.

Please login to write comment.