Color Hex Logo

#c8473b Color Hex

#C8473B
(200,71,59)
0 Favorites   0 Comments

Color spaces of #c8473b

RGB 2007159
HSL0.010.560.51
HSV71°78°
CMYK 0.000.650.71   0.22
XYZ26.862117.10166.0228
Yxy17.10160.53740.3421
Hunter Lab41.354143.577420.3129
CIE-Lab48.387850.589834.8097

#c8473b color RGB value is (200,71,59).

#c8473b hex color red value is 200, green value is 71 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c8473b hue: 0.01 , saturation: 0.56 and the lightness value of c8473b is 0.51.

The process color (four color CMYK) of #c8473b color hex is 0.00, 0.65, 0.71, 0.22. Web safe color of #c8473b is #cc3333. Color #c8473b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000111 00111011
Octal 310 107 73
Decimal 200 71 59
Hex C8 47 3B

RGB Percentages of Color #c8473b

%60.61
%21.52
%17.88

CMYK Percentages of Color #c8473b

%0
%65
%71
%22

Triadic Colors of #c8473b

#c8473b #3bc847 #473bc8

Analogous Colors of #c8473b

#c8473b #c88e3b #c83b76

Monochromatic Colors of #c8473b

#c8473b

Complementary Color

#c8473b #3bbcc8

#c8473b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8473b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8473b Color CSS Codes

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

#c8473b Text Font Color

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

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


#c8473b Background Color

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

This div background color is #c8473b


#c8473b Border Color

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

This div border color is #c8473b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8473b


Comments

No comments written yet.

Please login to write comment.