Color Hex Logo

#c5483e Color Hex

#C5483E
(197,72,62)
0 Favorites   0 Comments

Color spaces of #c5483e

RGB 1977262
HSL0.010.540.51
HSV69°77°
CMYK 0.000.630.69   0.23
XYZ26.212816.85286.4288
Yxy16.85280.52960.3405
Hunter Lab41.052242.135319.4517
CIE-Lab48.074049.276932.5935

#c5483e color RGB value is (197,72,62).

#c5483e hex color red value is 197, green value is 72 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c5483e hue: 0.01 , saturation: 0.54 and the lightness value of c5483e is 0.51.

The process color (four color CMYK) of #c5483e color hex is 0.00, 0.63, 0.69, 0.23. Web safe color of #c5483e is #cc3333. Color #c5483e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 00111110
Octal 305 110 76
Decimal 197 72 62
Hex C5 48 3E

RGB Percentages of Color #c5483e

%59.52
%21.75
%18.73

CMYK Percentages of Color #c5483e

%0
%63
%69
%23

Triadic Colors of #c5483e

#c5483e #3ec548 #483ec5

Analogous Colors of #c5483e

#c5483e #c58c3e #c53e78

Monochromatic Colors of #c5483e

#c5483e

Complementary Color

#c5483e #3ebbc5

#c5483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5483e Color CSS Codes

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

#c5483e Text Font Color

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

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


#c5483e Background Color

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

This div background color is #c5483e


#c5483e Border Color

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

This div border color is #c5483e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5483e


Comments

No comments written yet.

Please login to write comment.