Color Hex Logo

#c82904 Color Hex

#C82904
(200,41,4)
0 Favorites   0 Comments

Color spaces of #c82904

RGB 200414
HSL0.030.960.40
HSV11°98°78°
CMYK 0.000.800.98   0.22
XYZ24.634313.87401.4944
Yxy13.87400.61580.3468
Hunter Lab37.247852.869523.6947
CIE-Lab44.051759.946055.6525

#c82904 color RGB value is (200,41,4).

#c82904 hex color red value is 200, green value is 41 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c82904 hue: 0.03 , saturation: 0.96 and the lightness value of c82904 is 0.40.

The process color (four color CMYK) of #c82904 color hex is 0.00, 0.80, 0.98, 0.22. Web safe color of #c82904 is #cc3300. Color #c82904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101001 00000100
Octal 310 51 4
Decimal 200 41 4
Hex C8 29 4

RGB Percentages of Color #c82904

%81.63
%16.73
%1.63

CMYK Percentages of Color #c82904

%0
%80
%98
%22

Triadic Colors of #c82904

#c82904 #04c829 #2904c8

Analogous Colors of #c82904

#c82904 #c88b04 #c80441

Monochromatic Colors of #c82904

#c82904

Complementary Color

#c82904 #04a3c8

#c82904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82904 Color CSS Codes

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

#c82904 Text Font Color

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

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


#c82904 Background Color

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

This div background color is #c82904


#c82904 Border Color

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

This div border color is #c82904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82904


Comments

No comments written yet.

Please login to write comment.