Color Hex Logo

#c4082c Color Hex

#C4082C
(196,8,44)
0 Favorites   0 Comments

Color spaces of #c4082c

RGB 196844
HSL0.970.920.40
HSV349°96°77°
CMYK 0.000.960.78   0.23
XYZ23.306412.09133.4883
Yxy12.09130.59940.3109
Hunter Lab34.772558.788218.3929
CIE-Lab41.360965.710235.3774

#c4082c color RGB value is (196,8,44).

#c4082c hex color red value is 196, green value is 8 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c4082c hue: 0.97 , saturation: 0.92 and the lightness value of c4082c is 0.40.

The process color (four color CMYK) of #c4082c color hex is 0.00, 0.96, 0.78, 0.23. Web safe color of #c4082c is #cc0033. Color #c4082c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001000 00101100
Octal 304 10 54
Decimal 196 8 44
Hex C4 8 2C

RGB Percentages of Color #c4082c

%79.03
%3.23
%17.74

CMYK Percentages of Color #c4082c

%0
%96
%78
%23

Triadic Colors of #c4082c

#c4082c #2cc408 #082cc4

Analogous Colors of #c4082c

#c4082c #c44208 #c4088a

Monochromatic Colors of #c4082c

#c4082c

Complementary Color

#c4082c #08c4a0

#c4082c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4082c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4082c Color CSS Codes

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

#c4082c Text Font Color

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

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


#c4082c Background Color

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

This div background color is #c4082c


#c4082c Border Color

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

This div border color is #c4082c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,8,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4082c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4082c;
  -webkit-box-shadow: 1px 1px 3px 2px #c4082c;
  box-shadow:         1px 1px 3px 2px #c4082c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4082c


Comments

No comments written yet.

Please login to write comment.