Color Hex Logo

#c1134e Color Hex

#C1134E
(193,19,78)
0 Favorites   0 Comments

Color spaces of #c1134e

RGB 1931978
HSL0.940.820.42
HSV340°90°76°
CMYK 0.000.900.60   0.24
XYZ23.600312.35338.3483
Yxy12.35330.53270.2788
Hunter Lab35.147358.349510.5203
CIE-Lab41.772265.247114.6418

#c1134e color RGB value is (193,19,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 01001110
Octal 301 23 116
Decimal 193 19 78
Hex C1 13 4E

RGB Percentages of Color #c1134e

%66.55
%6.55
%26.90

CMYK Percentages of Color #c1134e

%0
%90
%60
%24

Triadic Colors of #c1134e

#c1134e #4ec113 #134ec1

Analogous Colors of #c1134e

#c1134e #c12f13 #c113a5

Monochromatic Colors of #c1134e

#c1134e

Complementary Color

#c1134e #13c186

#c1134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1134e Color CSS Codes

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

#c1134e Text Font Color

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

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


#c1134e Background Color

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

This div background color is #c1134e


#c1134e Border Color

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

This div border color is #c1134e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,19,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 #c1134e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1134e


Comments

No comments written yet.

Please login to write comment.