Color Hex Logo

#c1414e Color Hex

#C1414E
(193,65,78)
0 Favorites   0 Comments

Color spaces of #c1414e

RGB 1936578
HSL0.980.510.51
HSV354°66°76°
CMYK 0.000.660.60   0.24
XYZ25.257815.66818.9007
Yxy15.66810.50690.3145
Hunter Lab39.583044.630314.3760
CIE-Lab46.536051.904921.0210

#c1414e color RGB value is (193,65,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 01001110
Octal 301 101 116
Decimal 193 65 78
Hex C1 41 4E

RGB Percentages of Color #c1414e

%57.44
%19.35
%23.21

CMYK Percentages of Color #c1414e

%0
%66
%60
%24

Triadic Colors of #c1414e

#c1414e #4ec141 #414ec1

Analogous Colors of #c1414e

#c1414e #c17441 #c1418e

Monochromatic Colors of #c1414e

#c1414e

Complementary Color

#c1414e #41c1b4

#c1414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1414e Color CSS Codes

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

#c1414e Text Font Color

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

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


#c1414e Background Color

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

This div background color is #c1414e


#c1414e Border Color

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

This div border color is #c1414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1414e


Comments

No comments written yet.

Please login to write comment.