Color Hex Logo

#c1542a Color Hex

#C1542A
(193,84,42)
0 Favorites   0 Comments

Color spaces of #c1542a

RGB 1938442
HSL0.050.640.46
HSV17°78°76°
CMYK 0.000.560.78   0.24
XYZ25.580617.84534.2867
Yxy17.84530.53610.3740
Hunter Lab42.243734.163923.5541
CIE-Lab49.307941.320544.5620

#c1542a color RGB value is (193,84,42).

#c1542a hex color red value is 193, green value is 84 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c1542a hue: 0.05 , saturation: 0.64 and the lightness value of c1542a is 0.46.

The process color (four color CMYK) of #c1542a color hex is 0.00, 0.56, 0.78, 0.24. Web safe color of #c1542a is #cc6633. Color #c1542a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 00101010
Octal 301 124 52
Decimal 193 84 42
Hex C1 54 2A

RGB Percentages of Color #c1542a

%60.50
%26.33
%13.17

CMYK Percentages of Color #c1542a

%0
%56
%78
%24

Triadic Colors of #c1542a

#c1542a #2ac154 #542ac1

Analogous Colors of #c1542a

#c1542a #c1a02a #c12a4c

Monochromatic Colors of #c1542a

#c1542a

Complementary Color

#c1542a #2a97c1

#c1542a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1542a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1542a Color CSS Codes

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

#c1542a Text Font Color

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

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


#c1542a Background Color

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

This div background color is #c1542a


#c1542a Border Color

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

This div border color is #c1542a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1542a


Comments

No comments written yet.

Please login to write comment.