Color Hex Logo

#c12350 Color Hex

#C12350
(193,35,80)
0 Favorites   0 Comments

Color spaces of #c12350

RGB 1933580
HSL0.950.690.45
HSV343°82°76°
CMYK 0.000.820.59   0.24
XYZ24.041313.11878.8545
Yxy13.11870.52250.2851
Hunter Lab36.219755.097010.8594
CIE-Lab42.941662.152214.9742

#c12350 color RGB value is (193,35,80).

#c12350 hex color red value is 193, green value is 35 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c12350 hue: 0.95 , saturation: 0.69 and the lightness value of c12350 is 0.45.

The process color (four color CMYK) of #c12350 color hex is 0.00, 0.82, 0.59, 0.24. Web safe color of #c12350 is #cc3366. Color #c12350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 01010000
Octal 301 43 120
Decimal 193 35 80
Hex C1 23 50

RGB Percentages of Color #c12350

%62.66
%11.36
%25.97

CMYK Percentages of Color #c12350

%0
%82
%59
%24

Triadic Colors of #c12350

#c12350 #50c123 #2350c1

Analogous Colors of #c12350

#c12350 #c14523 #c1239f

Monochromatic Colors of #c12350

#c12350

Complementary Color

#c12350 #23c194

#c12350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12350 Color CSS Codes

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

#c12350 Text Font Color

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

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


#c12350 Background Color

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

This div background color is #c12350


#c12350 Border Color

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

This div border color is #c12350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12350


Comments

No comments written yet.

Please login to write comment.