Color Hex Logo

#c5480a Color Hex

#C5480A
(197,72,10)
0 Favorites   0 Comments

Color spaces of #c5480a

RGB 1977210
HSL0.060.900.41
HSV20°95°77°
CMYK 0.000.630.95   0.23
XYZ25.398116.52702.1386
Yxy16.52700.57640.3751
Hunter Lab40.653440.373925.3384
CIE-Lab47.658447.660955.7941

#c5480a color RGB value is (197,72,10).

#c5480a hex color red value is 197, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c5480a hue: 0.06 , saturation: 0.90 and the lightness value of c5480a is 0.41.

The process color (four color CMYK) of #c5480a color hex is 0.00, 0.63, 0.95, 0.23. Web safe color of #c5480a is #cc3300. Color #c5480a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 00001010
Octal 305 110 12
Decimal 197 72 10
Hex C5 48 A

RGB Percentages of Color #c5480a

%70.61
%25.81
%3.58

CMYK Percentages of Color #c5480a

%0
%63
%95
%23

Triadic Colors of #c5480a

#c5480a #0ac548 #480ac5

Analogous Colors of #c5480a

#c5480a #c5a60a #c50a29

Monochromatic Colors of #c5480a

#c5480a

Complementary Color

#c5480a #0a87c5

#c5480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5480a Color CSS Codes

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

#c5480a Text Font Color

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

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


#c5480a Background Color

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

This div background color is #c5480a


#c5480a Border Color

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

This div border color is #c5480a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5480a


Comments

No comments written yet.

Please login to write comment.