Color Hex Logo

#c12951 Color Hex

#C12951
(193,41,81)
0 Favorites   0 Comments

Color spaces of #c12951

RGB 1934181
HSL0.960.650.46
HSV344°79°76°
CMYK 0.000.790.58   0.24
XYZ24.270513.51749.1145
Yxy13.51740.51750.2882
Hunter Lab36.766053.493411.0379
CIE-Lab43.532760.605815.1535

#c12951 color RGB value is (193,41,81).

#c12951 hex color red value is 193, green value is 41 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #c12951 hue: 0.96 , saturation: 0.65 and the lightness value of c12951 is 0.46.

The process color (four color CMYK) of #c12951 color hex is 0.00, 0.79, 0.58, 0.24. Web safe color of #c12951 is #cc3366. Color #c12951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101001 01010001
Octal 301 51 121
Decimal 193 41 81
Hex C1 29 51

RGB Percentages of Color #c12951

%61.27
%13.02
%25.71

CMYK Percentages of Color #c12951

%0
%79
%58
%24

Triadic Colors of #c12951

#c12951 #51c129 #2951c1

Analogous Colors of #c12951

#c12951 #c14d29 #c1299d

Monochromatic Colors of #c12951

#c12951

Complementary Color

#c12951 #29c199

#c12951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12951 Color CSS Codes

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

#c12951 Text Font Color

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

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


#c12951 Background Color

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

This div background color is #c12951


#c12951 Border Color

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

This div border color is #c12951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12951


Comments

No comments written yet.

Please login to write comment.