Color Hex Logo

#c14a34 Color Hex

#C14A34
(193,74,52)
0 Favorites   0 Comments

Color spaces of #c14a34

RGB 1937452
HSL0.030.580.48
HSV73°76°
CMYK 0.000.620.73   0.24
XYZ25.060916.48295.1095
Yxy16.48290.53720.3533
Hunter Lab40.599139.135420.9576
CIE-Lab47.601846.473637.5193

#c14a34 color RGB value is (193,74,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 00110100
Octal 301 112 64
Decimal 193 74 52
Hex C1 4A 34

RGB Percentages of Color #c14a34

%60.50
%23.20
%16.30

CMYK Percentages of Color #c14a34

%0
%62
%73
%24

Triadic Colors of #c14a34

#c14a34 #34c14a #4a34c1

Analogous Colors of #c14a34

#c14a34 #c19134 #c13465

Monochromatic Colors of #c14a34

#c14a34

Complementary Color

#c14a34 #34abc1

#c14a34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14a34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14a34 Color CSS Codes

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

#c14a34 Text Font Color

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

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


#c14a34 Background Color

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

This div background color is #c14a34


#c14a34 Border Color

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

This div border color is #c14a34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14a34


Comments

No comments written yet.

Please login to write comment.