Color Hex Logo

#c14904 Color Hex

#C14904
(193,73,4)
0 Favorites   0 Comments

Color spaces of #c14904

RGB 193734
HSL0.060.960.39
HSV22°98°76°
CMYK 0.000.620.98   0.24
XYZ24.396816.11131.9388
Yxy16.11130.57480.3796
Hunter Lab40.138938.251025.2334
CIE-Lab47.120245.691956.6018

#c14904 color RGB value is (193,73,4).

#c14904 hex color red value is 193, green value is 73 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c14904 hue: 0.06 , saturation: 0.96 and the lightness value of c14904 is 0.39.

The process color (four color CMYK) of #c14904 color hex is 0.00, 0.62, 0.98, 0.24. Web safe color of #c14904 is #cc3300. Color #c14904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 00000100
Octal 301 111 4
Decimal 193 73 4
Hex C1 49 4

RGB Percentages of Color #c14904

%71.48
%27.04
%1.48

CMYK Percentages of Color #c14904

%0
%62
%98
%24

Triadic Colors of #c14904

#c14904 #04c149 #4904c1

Analogous Colors of #c14904

#c14904 #c1a804 #c1041d

Monochromatic Colors of #c14904

#c14904

Complementary Color

#c14904 #047cc1

#c14904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14904 Color CSS Codes

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

#c14904 Text Font Color

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

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


#c14904 Background Color

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

This div background color is #c14904


#c14904 Border Color

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

This div border color is #c14904


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,73,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c14904; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c14904;
  -webkit-box-shadow: 1px 1px 3px 2px #c14904;
  box-shadow:         1px 1px 3px 2px #c14904; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14904


Comments

No comments written yet.

Please login to write comment.