Color Hex Logo

#c8041b Color Hex

#C8041B
(200,4,27)
0 Favorites   0 Comments

Color spaces of #c8041b

RGB 200427
HSL0.980.960.40
HSV353°98°78°
CMYK 0.000.980.87   0.22
XYZ24.060712.44532.1710
Yxy12.44530.62210.3218
Hunter Lab35.277960.006621.0458
CIE-Lab41.915366.660945.6210

#c8041b color RGB value is (200,4,27).

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

The process color (four color CMYK) of #c8041b color hex is 0.00, 0.98, 0.87, 0.22. Web safe color of #c8041b is #cc0033. Color #c8041b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000100 00011011
Octal 310 4 33
Decimal 200 4 27
Hex C8 4 1B

RGB Percentages of Color #c8041b

%86.58
%1.73
%11.69

CMYK Percentages of Color #c8041b

%0
%98
%87
%22

Triadic Colors of #c8041b

#c8041b #1bc804 #041bc8

Analogous Colors of #c8041b

#c8041b #c84f04 #c8047d

Monochromatic Colors of #c8041b

#c8041b

Complementary Color

#c8041b #04c8b1

#c8041b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8041b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8041b Color CSS Codes

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

#c8041b Text Font Color

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

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


#c8041b Background Color

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

This div background color is #c8041b


#c8041b Border Color

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

This div border color is #c8041b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8041b


Comments

No comments written yet.

Please login to write comment.