Color Hex Logo

#c12273 Color Hex

#C12273
(193,34,115)
0 Favorites   0 Comments

Color spaces of #c12273

RGB 19334115
HSL0.920.700.45
HSV329°82°76°
CMYK 0.000.820.40   0.24
XYZ25.658913.719317.5154
Yxy13.71930.45100.2411
Hunter Lab37.039658.8353-2.1096
CIE-Lab43.827765.2715-5.6208

#c12273 color RGB value is (193,34,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100010 01110011
Octal 301 42 163
Decimal 193 34 115
Hex C1 22 73

RGB Percentages of Color #c12273

%56.43
%9.94
%33.63

CMYK Percentages of Color #c12273

%0
%82
%40
%24

Triadic Colors of #c12273

#c12273 #73c122 #2273c1

Analogous Colors of #c12273

#c12273 #c12224 #c022c1

Monochromatic Colors of #c12273

#c12273

Complementary Color

#c12273 #22c170

#c12273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12273 Color CSS Codes

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

#c12273 Text Font Color

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

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


#c12273 Background Color

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

This div background color is #c12273


#c12273 Border Color

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

This div border color is #c12273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12273


Comments

No comments written yet.

Please login to write comment.