Color Hex Logo

#c2460e Color Hex

#C2460E
(194,70,14)
0 Favorites   0 Comments

Color spaces of #c2460e

RGB 1947014
HSL0.050.870.41
HSV19°93°76°
CMYK 0.000.640.93   0.24
XYZ24.517615.88142.1887
Yxy15.88140.57570.3729
Hunter Lab39.851540.077524.6397
CIE-Lab46.818547.515853.9278

#c2460e color RGB value is (194,70,14).

#c2460e hex color red value is 194, green value is 70 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c2460e hue: 0.05 , saturation: 0.87 and the lightness value of c2460e is 0.41.

The process color (four color CMYK) of #c2460e color hex is 0.00, 0.64, 0.93, 0.24. Web safe color of #c2460e is #cc3300. Color #c2460e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 00001110
Octal 302 106 16
Decimal 194 70 14
Hex C2 46 E

RGB Percentages of Color #c2460e

%69.78
%25.18
%5.04

CMYK Percentages of Color #c2460e

%0
%64
%93
%24

Triadic Colors of #c2460e

#c2460e #0ec246 #460ec2

Analogous Colors of #c2460e

#c2460e #c2a00e #c20e30

Monochromatic Colors of #c2460e

#c2460e

Complementary Color

#c2460e #0e8ac2

#c2460e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2460e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2460e Color CSS Codes

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

#c2460e Text Font Color

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

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


#c2460e Background Color

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

This div background color is #c2460e


#c2460e Border Color

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

This div border color is #c2460e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2460e


Comments

No comments written yet.

Please login to write comment.