Color Hex Logo

#c12e5e Color Hex

#C12E5E
(193,46,94)
0 Favorites   0 Comments

Color spaces of #c12e5e

RGB 1934694
HSL0.950.620.47
HSV340°76°76°
CMYK 0.000.760.51   0.24
XYZ24.989714.099611.9941
Yxy14.09960.48920.2760
Hunter Lab37.549453.08297.3461
CIE-Lab44.375460.07638.2219

#c12e5e color RGB value is (193,46,94).

#c12e5e hex color red value is 193, green value is 46 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c12e5e hue: 0.95 , saturation: 0.62 and the lightness value of c12e5e is 0.47.

The process color (four color CMYK) of #c12e5e color hex is 0.00, 0.76, 0.51, 0.24. Web safe color of #c12e5e is #cc3366. Color #c12e5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101110 01011110
Octal 301 56 136
Decimal 193 46 94
Hex C1 2E 5E

RGB Percentages of Color #c12e5e

%57.96
%13.81
%28.23

CMYK Percentages of Color #c12e5e

%0
%76
%51
%24

Triadic Colors of #c12e5e

#c12e5e #5ec12e #2e5ec1

Analogous Colors of #c12e5e

#c12e5e #c1482e #c12ea8

Monochromatic Colors of #c12e5e

#c12e5e

Complementary Color

#c12e5e #2ec191

#c12e5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12e5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12e5e Color CSS Codes

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

#c12e5e Text Font Color

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

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


#c12e5e Background Color

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

This div background color is #c12e5e


#c12e5e Border Color

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

This div border color is #c12e5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12e5e


Comments

No comments written yet.

Please login to write comment.