Color Hex Logo

#c84a2e Color Hex

#C84A2E
(200,74,46)
0 Favorites   0 Comments

Color spaces of #c84a2e

RGB 2007446
HSL0.030.630.48
HSV11°77°78°
CMYK 0.000.630.77   0.22
XYZ26.761317.37424.5278
Yxy17.37420.54990.3570
Hunter Lab41.682441.658122.7372
CIE-Lab48.728148.712042.3099

#c84a2e color RGB value is (200,74,46).

#c84a2e hex color red value is 200, green value is 74 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c84a2e hue: 0.03 , saturation: 0.63 and the lightness value of c84a2e is 0.48.

The process color (four color CMYK) of #c84a2e color hex is 0.00, 0.63, 0.77, 0.22. Web safe color of #c84a2e is #cc3333. Color #c84a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001010 00101110
Octal 310 112 56
Decimal 200 74 46
Hex C8 4A 2E

RGB Percentages of Color #c84a2e

%62.50
%23.13
%14.38

CMYK Percentages of Color #c84a2e

%0
%63
%77
%22

Triadic Colors of #c84a2e

#c84a2e #2ec84a #4a2ec8

Analogous Colors of #c84a2e

#c84a2e #c8972e #c82e5f

Monochromatic Colors of #c84a2e

#c84a2e

Complementary Color

#c84a2e #2eacc8

#c84a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84a2e Color CSS Codes

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

#c84a2e Text Font Color

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

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


#c84a2e Background Color

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

This div background color is #c84a2e


#c84a2e Border Color

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

This div border color is #c84a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84a2e

#c84a2e Color Palettes


Comments

No comments written yet.

Please login to write comment.