Color Hex Logo

#c5444f Color Hex

#C5444F
(197,68,79)
0 Favorites   0 Comments

Color spaces of #c5444f

RGB 1976879
HSL0.990.530.52
HSV355°65°77°
CMYK 0.000.650.60   0.23
XYZ26.504416.56919.1984
Yxy16.56910.50700.3170
Hunter Lab40.705244.992915.0955
CIE-Lab47.712452.037822.0923

#c5444f color RGB value is (197,68,79).

#c5444f hex color red value is 197, green value is 68 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c5444f hue: 0.99 , saturation: 0.53 and the lightness value of c5444f is 0.52.

The process color (four color CMYK) of #c5444f color hex is 0.00, 0.65, 0.60, 0.23. Web safe color of #c5444f is #cc3366. Color #c5444f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000100 01001111
Octal 305 104 117
Decimal 197 68 79
Hex C5 44 4F

RGB Percentages of Color #c5444f

%57.27
%19.77
%22.97

CMYK Percentages of Color #c5444f

%0
%65
%60
%23

Triadic Colors of #c5444f

#c5444f #4fc544 #444fc5

Analogous Colors of #c5444f

#c5444f #c57a44 #c54490

Monochromatic Colors of #c5444f

#c5444f

Complementary Color

#c5444f #44c5ba

#c5444f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5444f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5444f Color CSS Codes

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

#c5444f Text Font Color

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

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


#c5444f Background Color

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

This div background color is #c5444f


#c5444f Border Color

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

This div border color is #c5444f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5444f


Comments

No comments written yet.

Please login to write comment.