Color Hex Logo

#c74042 Color Hex

#C74042
(199,64,66)
0 Favorites   0 Comments

Color spaces of #c74042

RGB 1996466
HSL1.000.550.52
HSV359°68°78°
CMYK 0.000.680.67   0.22
XYZ26.370016.20236.8918
Yxy16.20230.53310.3276
Hunter Lab40.252146.498018.0251
CIE-Lab47.238853.526429.3270

#c74042 color RGB value is (199,64,66).

#c74042 hex color red value is 199, green value is 64 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c74042 hue: 1.00 , saturation: 0.55 and the lightness value of c74042 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 01000010
Octal 307 100 102
Decimal 199 64 66
Hex C7 40 42

RGB Percentages of Color #c74042

%60.49
%19.45
%20.06

CMYK Percentages of Color #c74042

%0
%68
%67
%22

Triadic Colors of #c74042

#c74042 #42c740 #4042c7

Analogous Colors of #c74042

#c74042 #c78240 #c74086

Monochromatic Colors of #c74042

#c74042

Complementary Color

#c74042 #40c7c5

#c74042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74042 Color CSS Codes

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

#c74042 Text Font Color

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

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


#c74042 Background Color

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

This div background color is #c74042


#c74042 Border Color

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

This div border color is #c74042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74042


Comments

No comments written yet.

Please login to write comment.