Color Hex Logo

#c14a2e Color Hex

#C14A2E
(193,74,46)
0 Favorites   0 Comments

Color spaces of #c14a2e

RGB 1937446
HSL0.030.620.47
HSV11°76°76°
CMYK 0.000.620.76   0.24
XYZ24.934216.43234.4423
Yxy16.43230.54430.3587
Hunter Lab40.536838.856121.8783
CIE-Lab47.536646.213240.6945

#c14a2e color RGB value is (193,74,46).

#c14a2e hex color red value is 193, green value is 74 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c14a2e hue: 0.03 , saturation: 0.62 and the lightness value of c14a2e is 0.47.

The process color (four color CMYK) of #c14a2e color hex is 0.00, 0.62, 0.76, 0.24. Web safe color of #c14a2e is #cc3333. Color #c14a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 00101110
Octal 301 112 56
Decimal 193 74 46
Hex C1 4A 2E

RGB Percentages of Color #c14a2e

%61.66
%23.64
%14.70

CMYK Percentages of Color #c14a2e

%0
%62
%76
%24

Triadic Colors of #c14a2e

#c14a2e #2ec14a #4a2ec1

Analogous Colors of #c14a2e

#c14a2e #c1942e #c12e5b

Monochromatic Colors of #c14a2e

#c14a2e

Complementary Color

#c14a2e #2ea5c1

#c14a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14a2e Color CSS Codes

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

#c14a2e Text Font Color

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

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


#c14a2e Background Color

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

This div background color is #c14a2e


#c14a2e Border Color

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

This div border color is #c14a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14a2e


Comments

No comments written yet.

Please login to write comment.