Color Hex Logo

#c2640a Color Hex

#C2640A
(194,100,10)
0 Favorites   0 Comments

Color spaces of #c2640a

RGB 19410010
HSL0.080.900.40
HSV29°95°76°
CMYK 0.000.480.95   0.24
XYZ26.860120.60562.8488
Yxy20.60560.53380.4095
Hunter Lab45.393426.183328.0545
CIE-Lab52.515132.791558.7554

#c2640a color RGB value is (194,100,10).

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

The process color (four color CMYK) of #c2640a color hex is 0.00, 0.48, 0.95, 0.24. Web safe color of #c2640a is #cc6600. Color #c2640a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100100 00001010
Octal 302 144 12
Decimal 194 100 10
Hex C2 64 A

RGB Percentages of Color #c2640a

%63.82
%32.89
%3.29

CMYK Percentages of Color #c2640a

%0
%48
%95
%24

Triadic Colors of #c2640a

#c2640a #0ac264 #640ac2

Analogous Colors of #c2640a

#c2640a #c2c00a #c20a0c

Monochromatic Colors of #c2640a

#c2640a

Complementary Color

#c2640a #0a68c2

#c2640a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2640a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2640a Color CSS Codes

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

#c2640a Text Font Color

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

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


#c2640a Background Color

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

This div background color is #c2640a


#c2640a Border Color

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

This div border color is #c2640a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2640a


Comments

No comments written yet.

Please login to write comment.