Color Hex Logo

#c12292 Color Hex

#C12292
(193,34,146)
0 Favorites   0 Comments

Color spaces of #c12292

RGB 19334146
HSL0.880.700.45
HSV318°82°76°
CMYK 0.000.820.24   0.24
XYZ27.752714.556828.5412
Yxy14.55680.39170.2055
Hunter Lab38.153463.0722-17.6454
CIE-Lab45.021168.6884-22.7885

#c12292 color RGB value is (193,34,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100010 10010010
Octal 301 42 222
Decimal 193 34 146
Hex C1 22 92

RGB Percentages of Color #c12292

%51.74
%9.12
%39.14

CMYK Percentages of Color #c12292

%0
%82
%24
%24

Triadic Colors of #c12292

#c12292 #92c122 #2292c1

Analogous Colors of #c12292

#c12292 #c12243 #a122c1

Monochromatic Colors of #c12292

#c12292

Complementary Color

#c12292 #22c151

#c12292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12292 Color CSS Codes

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

#c12292 Text Font Color

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

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


#c12292 Background Color

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

This div background color is #c12292


#c12292 Border Color

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

This div border color is #c12292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12292


Comments

No comments written yet.

Please login to write comment.