Color Hex Logo

#c14849 Color Hex

#C14849
(193,72,73)
0 Favorites   0 Comments

Color spaces of #c14849

RGB 1937273
HSL1.000.490.52
HSV360°63°76°
CMYK 0.000.630.62   0.24
XYZ25.512316.45328.1345
Yxy16.45320.50920.3284
Hunter Lab40.562541.285316.5036
CIE-Lab47.563548.551925.3584

#c14849 color RGB value is (193,72,73).

#c14849 hex color red value is 193, green value is 72 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c14849 hue: 1.00 , saturation: 0.49 and the lightness value of c14849 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 01001001
Octal 301 110 111
Decimal 193 72 73
Hex C1 48 49

RGB Percentages of Color #c14849

%57.10
%21.30
%21.60

CMYK Percentages of Color #c14849

%0
%63
%62
%24

Triadic Colors of #c14849

#c14849 #49c148 #4849c1

Analogous Colors of #c14849

#c14849 #c18448 #c14886

Monochromatic Colors of #c14849

#c14849

Complementary Color

#c14849 #48c1c0

#c14849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14849 Color CSS Codes

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

#c14849 Text Font Color

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

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


#c14849 Background Color

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

This div background color is #c14849


#c14849 Border Color

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

This div border color is #c14849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,72,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 #c14849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14849


Comments

No comments written yet.

Please login to write comment.