Color Hex Logo

#c14149 Color Hex

#C14149
(193,65,73)
0 Favorites   0 Comments

Color spaces of #c14149

RGB 1936573
HSL0.990.510.51
HSV356°66°76°
CMYK 0.000.660.62   0.24
XYZ25.085215.59917.9921
Yxy15.59910.51530.3205
Hunter Lab39.495744.254615.6494
CIE-Lab46.444151.567323.9227

#c14149 color RGB value is (193,65,73).

#c14149 hex color red value is 193, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c14149 hue: 0.99 , saturation: 0.51 and the lightness value of c14149 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 01001001
Octal 301 101 111
Decimal 193 65 73
Hex C1 41 49

RGB Percentages of Color #c14149

%58.31
%19.64
%22.05

CMYK Percentages of Color #c14149

%0
%66
%62
%24

Triadic Colors of #c14149

#c14149 #49c141 #4149c1

Analogous Colors of #c14149

#c14149 #c17941 #c14189

Monochromatic Colors of #c14149

#c14149

Complementary Color

#c14149 #41c1b9

#c14149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14149 Color CSS Codes

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

#c14149 Text Font Color

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

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


#c14149 Background Color

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

This div background color is #c14149


#c14149 Border Color

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

This div border color is #c14149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14149


Comments

No comments written yet.

Please login to write comment.