Color Hex Logo

#c14733 Color Hex

#C14733
(193,71,51)
0 Favorites   0 Comments

Color spaces of #c14733

RGB 1937151
HSL0.020.580.48
HSV74°76°
CMYK 0.000.630.74   0.24
XYZ24.843116.08294.9269
Yxy16.08290.54180.3507
Hunter Lab40.103540.395120.7884
CIE-Lab47.083147.777837.4948

#c14733 color RGB value is (193,71,51).

#c14733 hex color red value is 193, green value is 71 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c14733 hue: 0.02 , saturation: 0.58 and the lightness value of c14733 is 0.48.

The process color (four color CMYK) of #c14733 color hex is 0.00, 0.63, 0.74, 0.24. Web safe color of #c14733 is #cc3333. Color #c14733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 00110011
Octal 301 107 63
Decimal 193 71 51
Hex C1 47 33

RGB Percentages of Color #c14733

%61.27
%22.54
%16.19

CMYK Percentages of Color #c14733

%0
%63
%74
%24

Triadic Colors of #c14733

#c14733 #33c147 #4733c1

Analogous Colors of #c14733

#c14733 #c18e33 #c13366

Monochromatic Colors of #c14733

#c14733

Complementary Color

#c14733 #33adc1

#c14733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14733 Color CSS Codes

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

#c14733 Text Font Color

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

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


#c14733 Background Color

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

This div background color is #c14733


#c14733 Border Color

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

This div border color is #c14733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14733


Comments

No comments written yet.

Please login to write comment.