Color Hex Logo

#c1344a Color Hex

#C1344A
(193,52,74)
0 Favorites   0 Comments

Color spaces of #c1344a

RGB 1935274
HSL0.970.580.48
HSV351°73°76°
CMYK 0.000.730.62   0.24
XYZ24.456314.28797.9474
Yxy14.28790.52380.3060
Hunter Lab37.799349.341313.9937
CIE-Lab44.643056.627520.9739

#c1344a color RGB value is (193,52,74).

#c1344a hex color red value is 193, green value is 52 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c1344a hue: 0.97 , saturation: 0.58 and the lightness value of c1344a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110100 01001010
Octal 301 64 112
Decimal 193 52 74
Hex C1 34 4A

RGB Percentages of Color #c1344a

%60.50
%16.30
%23.20

CMYK Percentages of Color #c1344a

%0
%73
%62
%24

Triadic Colors of #c1344a

#c1344a #4ac134 #344ac1

Analogous Colors of #c1344a

#c1344a #c16534 #c13491

Monochromatic Colors of #c1344a

#c1344a

Complementary Color

#c1344a #34c1ab

#c1344a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1344a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1344a Color CSS Codes

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

#c1344a Text Font Color

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

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


#c1344a Background Color

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

This div background color is #c1344a


#c1344a Border Color

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

This div border color is #c1344a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1344a


Comments

No comments written yet.

Please login to write comment.