Color Hex Logo

#c8173b Color Hex

#C8173B
(200,23,59)
0 Favorites   0 Comments

Color spaces of #c8173b

RGB 2002359
HSL0.970.790.44
HSV348°89°78°
CMYK 0.000.890.71   0.22
XYZ24.915213.20795.3739
Yxy13.20790.57280.3037
Hunter Lab36.342758.773316.6728
CIE-Lab43.074865.363628.4908

#c8173b color RGB value is (200,23,59).

#c8173b hex color red value is 200, green value is 23 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c8173b hue: 0.97 , saturation: 0.79 and the lightness value of c8173b is 0.44.

The process color (four color CMYK) of #c8173b color hex is 0.00, 0.89, 0.71, 0.22. Web safe color of #c8173b is #cc0033. Color #c8173b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010111 00111011
Octal 310 27 73
Decimal 200 23 59
Hex C8 17 3B

RGB Percentages of Color #c8173b

%70.92
%8.16
%20.92

CMYK Percentages of Color #c8173b

%0
%89
%71
%22

Triadic Colors of #c8173b

#c8173b #3bc817 #173bc8

Analogous Colors of #c8173b

#c8173b #c84c17 #c81794

Monochromatic Colors of #c8173b

#c8173b

Complementary Color

#c8173b #17c8a4

#c8173b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8173b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8173b Color CSS Codes

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

#c8173b Text Font Color

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

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


#c8173b Background Color

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

This div background color is #c8173b


#c8173b Border Color

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

This div border color is #c8173b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,23,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 #c8173b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8173b


Comments

No comments written yet.

Please login to write comment.