Color Hex Logo

#c44149 Color Hex

#C44149
(196,65,73)
0 Favorites   0 Comments

Color spaces of #c44149

RGB 1966573
HSL0.990.530.51
HSV356°67°77°
CMYK 0.000.670.63   0.23
XYZ25.857815.99748.0283
Yxy15.99740.51840.3207
Hunter Lab39.996745.405516.0968
CIE-Lab46.971152.555124.7051

#c44149 color RGB value is (196,65,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000001 01001001
Octal 304 101 111
Decimal 196 65 73
Hex C4 41 49

RGB Percentages of Color #c44149

%58.68
%19.46
%21.86

CMYK Percentages of Color #c44149

%0
%67
%63
%23

Triadic Colors of #c44149

#c44149 #49c441 #4149c4

Analogous Colors of #c44149

#c44149 #c47b41 #c4418b

Monochromatic Colors of #c44149

#c44149

Complementary Color

#c44149 #41c4bc

#c44149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44149 Color CSS Codes

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

#c44149 Text Font Color

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

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


#c44149 Background Color

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

This div background color is #c44149


#c44149 Border Color

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

This div border color is #c44149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44149


Comments

No comments written yet.

Please login to write comment.