Color Hex Logo

#c54003 Color Hex

#C54003
(197,64,3)
0 Favorites   0 Comments

Color spaces of #c54003

RGB 197643
HSL0.050.970.39
HSV19°98°77°
CMYK 0.000.680.98   0.23
XYZ24.875815.54371.7753
Yxy15.54370.58950.3684
Hunter Lab39.425543.631224.9281
CIE-Lab46.370150.991456.8199

#c54003 color RGB value is (197,64,3).

#c54003 hex color red value is 197, green value is 64 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c54003 hue: 0.05 , saturation: 0.97 and the lightness value of c54003 is 0.39.

The process color (four color CMYK) of #c54003 color hex is 0.00, 0.68, 0.98, 0.23. Web safe color of #c54003 is #cc3300. Color #c54003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000000 00000011
Octal 305 100 3
Decimal 197 64 3
Hex C5 40 3

RGB Percentages of Color #c54003

%74.62
%24.24
%1.14

CMYK Percentages of Color #c54003

%0
%68
%98
%23

Triadic Colors of #c54003

#c54003 #03c540 #4003c5

Analogous Colors of #c54003

#c54003 #c5a103 #c50327

Monochromatic Colors of #c54003

#c54003

Complementary Color

#c54003 #0388c5

#c54003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54003 Color CSS Codes

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

#c54003 Text Font Color

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

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


#c54003 Background Color

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

This div background color is #c54003


#c54003 Border Color

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

This div border color is #c54003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54003


Comments

No comments written yet.

Please login to write comment.