Color Hex Logo

#c74044 Color Hex

#C74044
(199,64,68)
0 Favorites   0 Comments

Color spaces of #c74044

RGB 1996468
HSL1.000.550.52
HSV358°68°78°
CMYK 0.000.680.66   0.22
XYZ26.430016.22637.2078
Yxy16.22630.53000.3254
Hunter Lab40.281946.625217.5883
CIE-Lab47.270053.639028.1808

#c74044 color RGB value is (199,64,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 01000100
Octal 307 100 104
Decimal 199 64 68
Hex C7 40 44

RGB Percentages of Color #c74044

%60.12
%19.34
%20.54

CMYK Percentages of Color #c74044

%0
%68
%66
%22

Triadic Colors of #c74044

#c74044 #44c740 #4044c7

Analogous Colors of #c74044

#c74044 #c78040 #c74088

Monochromatic Colors of #c74044

#c74044

Complementary Color

#c74044 #40c7c3

#c74044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74044 Color CSS Codes

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

#c74044 Text Font Color

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

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


#c74044 Background Color

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

This div background color is #c74044


#c74044 Border Color

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

This div border color is #c74044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74044

#c74044 Color Palettes


Comments

No comments written yet.

Please login to write comment.