Color Hex Logo

#c8470f Color Hex

#C8470F
(200,71,15)
0 Favorites   0 Comments

Color spaces of #c8470f

RGB 2007115
HSL0.050.860.42
HSV18°93°78°
CMYK 0.000.650.93   0.22
XYZ26.158916.82032.3199
Yxy16.82030.57750.3713
Hunter Lab41.012642.080125.3550
CIE-Lab48.032849.231354.9559

#c8470f color RGB value is (200,71,15).

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

The process color (four color CMYK) of #c8470f color hex is 0.00, 0.65, 0.93, 0.22. Web safe color of #c8470f is #cc3300. Color #c8470f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000111 00001111
Octal 310 107 17
Decimal 200 71 15
Hex C8 47 F

RGB Percentages of Color #c8470f

%69.93
%24.83
%5.24

CMYK Percentages of Color #c8470f

%0
%65
%93
%22

Triadic Colors of #c8470f

#c8470f #0fc847 #470fc8

Analogous Colors of #c8470f

#c8470f #c8a40f #c80f33

Monochromatic Colors of #c8470f

#c8470f

Complementary Color

#c8470f #0f90c8

#c8470f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8470f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8470f Color CSS Codes

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

#c8470f Text Font Color

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

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


#c8470f Background Color

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

This div background color is #c8470f


#c8470f Border Color

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

This div border color is #c8470f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8470f


Comments

No comments written yet.

Please login to write comment.