Color Hex Logo

#c82205 Color Hex

#C82205
(200,34,5)
0 Favorites   0 Comments

Color spaces of #c82205

RGB 200345
HSL0.020.950.40
HSV98°78°
CMYK 0.000.830.98   0.22
XYZ24.418813.43441.4497
Yxy13.43440.62130.3418
Hunter Lab36.653054.776923.3120
CIE-Lab43.410661.776955.0294

#c82205 color RGB value is (200,34,5).

#c82205 hex color red value is 200, green value is 34 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c82205 hue: 0.02 , saturation: 0.95 and the lightness value of c82205 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100010 00000101
Octal 310 42 5
Decimal 200 34 5
Hex C8 22 5

RGB Percentages of Color #c82205

%83.68
%14.23
%2.09

CMYK Percentages of Color #c82205

%0
%83
%98
%22

Triadic Colors of #c82205

#c82205 #05c822 #2205c8

Analogous Colors of #c82205

#c82205 #c88405 #c80549

Monochromatic Colors of #c82205

#c82205

Complementary Color

#c82205 #05abc8

#c82205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82205 Color CSS Codes

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

#c82205 Text Font Color

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

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


#c82205 Background Color

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

This div background color is #c82205


#c82205 Border Color

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

This div border color is #c82205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82205


Comments

No comments written yet.

Please login to write comment.