Color Hex Logo

#c54302 Color Hex

#C54302
(197,67,2)
0 Favorites   0 Comments

Color spaces of #c54302

RGB 197672
HSL0.060.980.39
HSV20°99°77°
CMYK 0.000.660.99   0.23
XYZ25.044115.88901.8043
Yxy15.88900.58600.3718
Hunter Lab39.861042.392225.2190
CIE-Lab46.828549.734957.3357

#c54302 color RGB value is (197,67,2).

#c54302 hex color red value is 197, green value is 67 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #c54302 hue: 0.06 , saturation: 0.98 and the lightness value of c54302 is 0.39.

The process color (four color CMYK) of #c54302 color hex is 0.00, 0.66, 0.99, 0.23. Web safe color of #c54302 is #cc3300. Color #c54302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000011 00000010
Octal 305 103 2
Decimal 197 67 2
Hex C5 43 2

RGB Percentages of Color #c54302

%74.06
%25.19
%0.75

CMYK Percentages of Color #c54302

%0
%66
%99
%23

Triadic Colors of #c54302

#c54302 #02c543 #4302c5

Analogous Colors of #c54302

#c54302 #c5a502 #c50222

Monochromatic Colors of #c54302

#c54302

Complementary Color

#c54302 #0284c5

#c54302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54302 Color CSS Codes

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

#c54302 Text Font Color

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

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


#c54302 Background Color

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

This div background color is #c54302


#c54302 Border Color

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

This div border color is #c54302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54302


Comments

No comments written yet.

Please login to write comment.