Color Hex Logo

#c1545b Color Hex

#C1545B
(193,84,91)
0 Favorites   0 Comments

Color spaces of #c1545b

RGB 1938491
HSL0.990.470.54
HSV356°56°76°
CMYK 0.000.560.53   0.24
XYZ27.051018.433412.0298
Yxy18.43340.47030.3205
Hunter Lab42.934137.330613.4413
CIE-Lab50.017644.332117.8548

#c1545b color RGB value is (193,84,91).

#c1545b hex color red value is 193, green value is 84 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c1545b hue: 0.99 , saturation: 0.47 and the lightness value of c1545b is 0.54.

The process color (four color CMYK) of #c1545b color hex is 0.00, 0.56, 0.53, 0.24. Web safe color of #c1545b is #cc6666. Color #c1545b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 01011011
Octal 301 124 133
Decimal 193 84 91
Hex C1 54 5B

RGB Percentages of Color #c1545b

%52.45
%22.83
%24.73

CMYK Percentages of Color #c1545b

%0
%56
%53
%24

Triadic Colors of #c1545b

#c1545b #5bc154 #545bc1

Analogous Colors of #c1545b

#c1545b #c18454 #c15492

Monochromatic Colors of #c1545b

#c1545b

Complementary Color

#c1545b #54c1ba

#c1545b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1545b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1545b Color CSS Codes

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

#c1545b Text Font Color

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

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


#c1545b Background Color

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

This div background color is #c1545b


#c1545b Border Color

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

This div border color is #c1545b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1545b


Comments

No comments written yet.

Please login to write comment.