Color Hex Logo

#c74149 Color Hex

#C74149
(199,65,73)
0 Favorites   0 Comments

Color spaces of #c74149

RGB 1996573
HSL0.990.540.52
HSV356°67°78°
CMYK 0.000.670.63   0.22
XYZ26.646116.40378.0652
Yxy16.40370.52130.3209
Hunter Lab40.501546.558316.5444
CIE-Lab47.499753.535825.4883

#c74149 color RGB value is (199,65,73).

#c74149 hex color red value is 199, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c74149 hue: 0.99 , saturation: 0.54 and the lightness value of c74149 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000001 01001001
Octal 307 101 111
Decimal 199 65 73
Hex C7 41 49

RGB Percentages of Color #c74149

%59.05
%19.29
%21.66

CMYK Percentages of Color #c74149

%0
%67
%63
%22

Triadic Colors of #c74149

#c74149 #49c741 #4149c7

Analogous Colors of #c74149

#c74149 #c77c41 #c7418c

Monochromatic Colors of #c74149

#c74149

Complementary Color

#c74149 #41c7bf

#c74149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74149 Color CSS Codes

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

#c74149 Text Font Color

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

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


#c74149 Background Color

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

This div background color is #c74149


#c74149 Border Color

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

This div border color is #c74149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74149


Comments

No comments written yet.

Please login to write comment.