Color Hex Logo

#c4082d Color Hex

#C4082D
(196,8,45)
0 Favorites   0 Comments

Color spaces of #c4082d

RGB 196845
HSL0.970.920.40
HSV348°96°77°
CMYK 0.000.960.77   0.23
XYZ23.325412.09893.5886
Yxy12.09890.59790.3101
Hunter Lab34.783558.829018.2315
CIE-Lab41.372965.743434.7951

#c4082d color RGB value is (196,8,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001000 00101101
Octal 304 10 55
Decimal 196 8 45
Hex C4 8 2D

RGB Percentages of Color #c4082d

%78.71
%3.21
%18.07

CMYK Percentages of Color #c4082d

%0
%96
%77
%23

Triadic Colors of #c4082d

#c4082d #2dc408 #082dc4

Analogous Colors of #c4082d

#c4082d #c44108 #c4088b

Monochromatic Colors of #c4082d

#c4082d

Complementary Color

#c4082d #08c49f

#c4082d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4082d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4082d Color CSS Codes

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

#c4082d Text Font Color

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

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


#c4082d Background Color

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

This div background color is #c4082d


#c4082d Border Color

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

This div border color is #c4082d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4082d


Comments

No comments written yet.

Please login to write comment.