Color Hex Logo

#c2470a Color Hex

#C2470A
(194,71,10)
0 Favorites   0 Comments

Color spaces of #c2470a

RGB 1947110
HSL0.060.900.40
HSV20°95°76°
CMYK 0.000.630.95   0.24
XYZ24.556215.99772.0808
Yxy15.99770.57600.3752
Hunter Lab39.997139.595024.9135
CIE-Lab46.971547.023455.1003

#c2470a color RGB value is (194,71,10).

#c2470a hex color red value is 194, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c2470a hue: 0.06 , saturation: 0.90 and the lightness value of c2470a is 0.40.

The process color (four color CMYK) of #c2470a color hex is 0.00, 0.63, 0.95, 0.24. Web safe color of #c2470a is #cc3300. Color #c2470a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 00001010
Octal 302 107 12
Decimal 194 71 10
Hex C2 47 A

RGB Percentages of Color #c2470a

%70.55
%25.82
%3.64

CMYK Percentages of Color #c2470a

%0
%63
%95
%24

Triadic Colors of #c2470a

#c2470a #0ac247 #470ac2

Analogous Colors of #c2470a

#c2470a #c2a30a #c20a29

Monochromatic Colors of #c2470a

#c2470a

Complementary Color

#c2470a #0a85c2

#c2470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2470a Color CSS Codes

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

#c2470a Text Font Color

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

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


#c2470a Background Color

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

This div background color is #c2470a


#c2470a Border Color

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

This div border color is #c2470a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2470a


Comments

No comments written yet.

Please login to write comment.