Color Hex Logo

#c1582e Color Hex

#C1582E
(193,88,46)
0 Favorites   0 Comments

Color spaces of #c1582e

RGB 1938846
HSL0.050.620.47
HSV17°76°76°
CMYK 0.000.540.76   0.24
XYZ25.975218.51424.7893
Yxy18.51420.52710.3757
Hunter Lab43.028132.457623.5203
CIE-Lab50.113939.497943.3902

#c1582e color RGB value is (193,88,46).

#c1582e hex color red value is 193, green value is 88 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c1582e hue: 0.05 , saturation: 0.62 and the lightness value of c1582e is 0.47.

The process color (four color CMYK) of #c1582e color hex is 0.00, 0.54, 0.76, 0.24. Web safe color of #c1582e is #cc6633. Color #c1582e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 00101110
Octal 301 130 56
Decimal 193 88 46
Hex C1 58 2E

RGB Percentages of Color #c1582e

%59.02
%26.91
%14.07

CMYK Percentages of Color #c1582e

%0
%54
%76
%24

Triadic Colors of #c1582e

#c1582e #2ec158 #582ec1

Analogous Colors of #c1582e

#c1582e #c1a22e #c12e4e

Monochromatic Colors of #c1582e

#c1582e

Complementary Color

#c1582e #2e97c1

#c1582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1582e Color CSS Codes

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

#c1582e Text Font Color

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

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


#c1582e Background Color

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

This div background color is #c1582e


#c1582e Border Color

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

This div border color is #c1582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1582e

#c1582e Color Palettes


Comments

No comments written yet.

Please login to write comment.