Color Hex Logo

#c1154e Color Hex

#C1154E
(193,21,78)
0 Favorites   0 Comments

Color spaces of #c1154e

RGB 1932178
HSL0.940.800.42
HSV340°89°76°
CMYK 0.000.890.60   0.24
XYZ23.635612.42388.3600
Yxy12.42380.53210.2797
Hunter Lab35.247458.012510.6108
CIE-Lab41.881964.930914.7912

#c1154e color RGB value is (193,21,78).

#c1154e hex color red value is 193, green value is 21 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c1154e hue: 0.94 , saturation: 0.80 and the lightness value of c1154e is 0.42.

The process color (four color CMYK) of #c1154e color hex is 0.00, 0.89, 0.60, 0.24. Web safe color of #c1154e is #cc0066. Color #c1154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010101 01001110
Octal 301 25 116
Decimal 193 21 78
Hex C1 15 4E

RGB Percentages of Color #c1154e

%66.10
%7.19
%26.71

CMYK Percentages of Color #c1154e

%0
%89
%60
%24

Triadic Colors of #c1154e

#c1154e #4ec115 #154ec1

Analogous Colors of #c1154e

#c1154e #c13215 #c115a4

Monochromatic Colors of #c1154e

#c1154e

Complementary Color

#c1154e #15c188

#c1154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1154e Color CSS Codes

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

#c1154e Text Font Color

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

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


#c1154e Background Color

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

This div background color is #c1154e


#c1154e Border Color

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

This div border color is #c1154e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1154e


Comments

No comments written yet.

Please login to write comment.