Color Hex Logo

#c2620b Color Hex

#C2620B
(194,98,11)
0 Favorites   0 Comments

Color spaces of #c2620b

RGB 1949811
HSL0.080.890.40
HSV29°94°76°
CMYK 0.000.490.94   0.24
XYZ26.676220.22892.8152
Yxy20.22890.53650.4069
Hunter Lab44.976527.161827.7725
CIE-Lab52.095033.851658.2654

#c2620b color RGB value is (194,98,11).

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

The process color (four color CMYK) of #c2620b color hex is 0.00, 0.49, 0.94, 0.24. Web safe color of #c2620b is #cc6600. Color #c2620b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100010 00001011
Octal 302 142 13
Decimal 194 98 11
Hex C2 62 B

RGB Percentages of Color #c2620b

%64.03
%32.34
%3.63

CMYK Percentages of Color #c2620b

%0
%49
%94
%24

Triadic Colors of #c2620b

#c2620b #0bc262 #620bc2

Analogous Colors of #c2620b

#c2620b #c2be0b #c20b0f

Monochromatic Colors of #c2620b

#c2620b

Complementary Color

#c2620b #0b6bc2

#c2620b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2620b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2620b Color CSS Codes

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

#c2620b Text Font Color

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

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


#c2620b Background Color

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

This div background color is #c2620b


#c2620b Border Color

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

This div border color is #c2620b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2620b


Comments

No comments written yet.

Please login to write comment.