Color Hex Logo

#c1464a Color Hex

#C1464A
(193,70,74)
0 Favorites   0 Comments

Color spaces of #c1464a

RGB 1937074
HSL0.990.500.52
HSV358°64°76°
CMYK 0.000.640.62   0.24
XYZ25.418516.21228.2681
Yxy16.21220.50940.3249
Hunter Lab40.264442.222616.0101
CIE-Lab47.251749.500424.3620

#c1464a color RGB value is (193,70,74).

#c1464a hex color red value is 193, green value is 70 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c1464a hue: 0.99 , saturation: 0.50 and the lightness value of c1464a is 0.52.

The process color (four color CMYK) of #c1464a color hex is 0.00, 0.64, 0.62, 0.24. Web safe color of #c1464a is #cc3333. Color #c1464a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 01001010
Octal 301 106 112
Decimal 193 70 74
Hex C1 46 4A

RGB Percentages of Color #c1464a

%57.27
%20.77
%21.96

CMYK Percentages of Color #c1464a

%0
%64
%62
%24

Triadic Colors of #c1464a

#c1464a #4ac146 #464ac1

Analogous Colors of #c1464a

#c1464a #c18046 #c14688

Monochromatic Colors of #c1464a

#c1464a

Complementary Color

#c1464a #46c1bd

#c1464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1464a Color CSS Codes

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

#c1464a Text Font Color

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

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


#c1464a Background Color

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

This div background color is #c1464a


#c1464a Border Color

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

This div border color is #c1464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1464a


Comments

No comments written yet.

Please login to write comment.