Color Hex Logo

#c12392 Color Hex

#C12392
(193,35,146)
0 Favorites   0 Comments

Color spaces of #c12392

RGB 19335146
HSL0.880.690.45
HSV318°82°76°
CMYK 0.000.820.24   0.24
XYZ27.781714.614828.5508
Yxy14.61480.39160.2060
Hunter Lab38.229362.8168-17.5190
CIE-Lab45.102068.4550-22.6633

#c12392 color RGB value is (193,35,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 10010010
Octal 301 43 222
Decimal 193 35 146
Hex C1 23 92

RGB Percentages of Color #c12392

%51.60
%9.36
%39.04

CMYK Percentages of Color #c12392

%0
%82
%24
%24

Triadic Colors of #c12392

#c12392 #92c123 #2392c1

Analogous Colors of #c12392

#c12392 #c12343 #a123c1

Monochromatic Colors of #c12392

#c12392

Complementary Color

#c12392 #23c152

#c12392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12392 Color CSS Codes

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

#c12392 Text Font Color

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

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


#c12392 Background Color

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

This div background color is #c12392


#c12392 Border Color

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

This div border color is #c12392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12392


Comments

No comments written yet.

Please login to write comment.