Color Hex Logo

#c2430b Color Hex

#C2430B
(194,67,11)
0 Favorites   0 Comments

Color spaces of #c2430b

RGB 1946711
HSL0.050.890.40
HSV18°94°76°
CMYK 0.000.650.94   0.24
XYZ24.315715.50782.0283
Yxy15.50780.58100.3705
Hunter Lab39.379941.302424.5122
CIE-Lab46.322048.779854.4340

#c2430b color RGB value is (194,67,11).

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

The process color (four color CMYK) of #c2430b color hex is 0.00, 0.65, 0.94, 0.24. Web safe color of #c2430b is #cc3300. Color #c2430b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000011 00001011
Octal 302 103 13
Decimal 194 67 11
Hex C2 43 B

RGB Percentages of Color #c2430b

%71.32
%24.63
%4.04

CMYK Percentages of Color #c2430b

%0
%65
%94
%24

Triadic Colors of #c2430b

#c2430b #0bc243 #430bc2

Analogous Colors of #c2430b

#c2430b #c29f0b #c20b2e

Monochromatic Colors of #c2430b

#c2430b

Complementary Color

#c2430b #0b8ac2

#c2430b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2430b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2430b Color CSS Codes

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

#c2430b Text Font Color

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

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


#c2430b Background Color

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

This div background color is #c2430b


#c2430b Border Color

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

This div border color is #c2430b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2430b


Comments

No comments written yet.

Please login to write comment.