Color Hex Logo

#c54e3c Color Hex

#C54E3C
(197,78,60)
0 Favorites   0 Comments

Color spaces of #c54e3c

RGB 1977860
HSL0.020.540.50
HSV70°77°
CMYK 0.000.600.70   0.23
XYZ26.566017.64536.2807
Yxy17.64530.52610.3495
Hunter Lab42.006339.377520.5395
CIE-Lab49.063046.469234.9014

#c54e3c color RGB value is (197,78,60).

#c54e3c hex color red value is 197, green value is 78 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c54e3c hue: 0.02 , saturation: 0.54 and the lightness value of c54e3c is 0.50.

The process color (four color CMYK) of #c54e3c color hex is 0.00, 0.60, 0.70, 0.23. Web safe color of #c54e3c is #cc6633. Color #c54e3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001110 00111100
Octal 305 116 74
Decimal 197 78 60
Hex C5 4E 3C

RGB Percentages of Color #c54e3c

%58.81
%23.28
%17.91

CMYK Percentages of Color #c54e3c

%0
%60
%70
%23

Triadic Colors of #c54e3c

#c54e3c #3cc54e #4e3cc5

Analogous Colors of #c54e3c

#c54e3c #c5933c #c53c6f

Monochromatic Colors of #c54e3c

#c54e3c

Complementary Color

#c54e3c #3cb3c5

#c54e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54e3c Color CSS Codes

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

#c54e3c Text Font Color

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

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


#c54e3c Background Color

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

This div background color is #c54e3c


#c54e3c Border Color

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

This div border color is #c54e3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54e3c


Comments

No comments written yet.

Please login to write comment.