Color Hex Logo

#c8120f Color Hex

#C8120F
(200,18,15)
0 Favorites   0 Comments

Color spaces of #c8120f

RGB 2001815
HSL0.000.860.42
HSV93°78°
CMYK 0.000.910.93   0.22
XYZ24.121912.74651.6409
Yxy12.74650.62640.3310
Hunter Lab35.702258.123022.2666
CIE-Lab42.378864.931051.2519

#c8120f color RGB value is (200,18,15).

#c8120f hex color red value is 200, green value is 18 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c8120f hue: 0.00 , saturation: 0.86 and the lightness value of c8120f is 0.42.

The process color (four color CMYK) of #c8120f color hex is 0.00, 0.91, 0.93, 0.22. Web safe color of #c8120f is #cc0000. Color #c8120f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010010 00001111
Octal 310 22 17
Decimal 200 18 15
Hex C8 12 F

RGB Percentages of Color #c8120f

%85.84
%7.73
%6.44

CMYK Percentages of Color #c8120f

%0
%91
%93
%22

Triadic Colors of #c8120f

#c8120f #0fc812 #120fc8

Analogous Colors of #c8120f

#c8120f #c86f0f #c80f69

Monochromatic Colors of #c8120f

#c8120f

Complementary Color

#c8120f #0fc5c8

#c8120f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8120f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8120f Color CSS Codes

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

#c8120f Text Font Color

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

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


#c8120f Background Color

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

This div background color is #c8120f


#c8120f Border Color

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

This div border color is #c8120f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8120f


Comments

No comments written yet.

Please login to write comment.