Color Hex Logo

#c14703 Color Hex

#C14703
(193,71,3)
0 Favorites   0 Comments

Color spaces of #c14703

RGB 193713
HSL0.060.970.38
HSV21°98°76°
CMYK 0.000.630.98   0.24
XYZ24.262015.85051.8669
Yxy15.85050.57800.3776
Hunter Lab39.812739.106425.0886
CIE-Lab46.777746.581656.6651

#c14703 color RGB value is (193,71,3).

#c14703 hex color red value is 193, green value is 71 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c14703 hue: 0.06 , saturation: 0.97 and the lightness value of c14703 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 00000011
Octal 301 107 3
Decimal 193 71 3
Hex C1 47 3

RGB Percentages of Color #c14703

%72.28
%26.59
%1.12

CMYK Percentages of Color #c14703

%0
%63
%98
%24

Triadic Colors of #c14703

#c14703 #03c147 #4703c1

Analogous Colors of #c14703

#c14703 #c1a603 #c1031e

Monochromatic Colors of #c14703

#c14703

Complementary Color

#c14703 #037dc1

#c14703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14703 Color CSS Codes

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

#c14703 Text Font Color

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

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


#c14703 Background Color

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

This div background color is #c14703


#c14703 Border Color

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

This div border color is #c14703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14703


Comments

No comments written yet.

Please login to write comment.