Color Hex Logo

#c1424e Color Hex

#C1424E
(193,66,78)
0 Favorites   0 Comments

Color spaces of #c1424e

RGB 1936678
HSL0.980.510.51
HSV354°66°76°
CMYK 0.000.660.60   0.24
XYZ25.315715.78398.9200
Yxy15.78390.50610.3156
Hunter Lab39.729044.216414.4984
CIE-Lab46.689751.487921.2233

#c1424e color RGB value is (193,66,78).

#c1424e hex color red value is 193, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c1424e hue: 0.98 , saturation: 0.51 and the lightness value of c1424e is 0.51.

The process color (four color CMYK) of #c1424e color hex is 0.00, 0.66, 0.60, 0.24. Web safe color of #c1424e is #cc3366. Color #c1424e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 01001110
Octal 301 102 116
Decimal 193 66 78
Hex C1 42 4E

RGB Percentages of Color #c1424e

%57.27
%19.58
%23.15

CMYK Percentages of Color #c1424e

%0
%66
%60
%24

Triadic Colors of #c1424e

#c1424e #4ec142 #424ec1

Analogous Colors of #c1424e

#c1424e #c17642 #c1428e

Monochromatic Colors of #c1424e

#c1424e

Complementary Color

#c1424e #42c1b5

#c1424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1424e Color CSS Codes

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

#c1424e Text Font Color

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

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


#c1424e Background Color

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

This div background color is #c1424e


#c1424e Border Color

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

This div border color is #c1424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1424e


Comments

No comments written yet.

Please login to write comment.