Color Hex Logo

#c14742 Color Hex

#C14742
(193,71,66)
0 Favorites   0 Comments

Color spaces of #c14742

RGB 1937166
HSL0.010.510.51
HSV66°76°
CMYK 0.000.630.66   0.24
XYZ25.228916.23736.9587
Yxy16.23730.52100.3353
Hunter Lab40.295541.241117.9680
CIE-Lab47.284348.556829.1484

#c14742 color RGB value is (193,71,66).

#c14742 hex color red value is 193, green value is 71 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c14742 hue: 0.01 , saturation: 0.51 and the lightness value of c14742 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 01000010
Octal 301 107 102
Decimal 193 71 66
Hex C1 47 42

RGB Percentages of Color #c14742

%58.48
%21.52
%20.00

CMYK Percentages of Color #c14742

%0
%63
%66
%24

Triadic Colors of #c14742

#c14742 #42c147 #4742c1

Analogous Colors of #c14742

#c14742 #c18742 #c1427d

Monochromatic Colors of #c14742

#c14742

Complementary Color

#c14742 #42bcc1

#c14742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14742 Color CSS Codes

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

#c14742 Text Font Color

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

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


#c14742 Background Color

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

This div background color is #c14742


#c14742 Border Color

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

This div border color is #c14742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14742


Comments

No comments written yet.

Please login to write comment.