Color Hex Logo

#c1296a Color Hex

#C1296A
(193,41,106)
0 Favorites   0 Comments

Color spaces of #c1296a

RGB 19341106
HSL0.930.650.46
HSV334°79°76°
CMYK 0.000.790.45   0.24
XYZ25.386813.963914.9929
Yxy13.96390.46720.2570
Hunter Lab37.368355.87252.3695
CIE-Lab44.181162.60160.4832

#c1296a color RGB value is (193,41,106).

#c1296a hex color red value is 193, green value is 41 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c1296a hue: 0.93 , saturation: 0.65 and the lightness value of c1296a is 0.46.

The process color (four color CMYK) of #c1296a color hex is 0.00, 0.79, 0.45, 0.24. Web safe color of #c1296a is #cc3366. Color #c1296a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101001 01101010
Octal 301 51 152
Decimal 193 41 106
Hex C1 29 6A

RGB Percentages of Color #c1296a

%56.76
%12.06
%31.18

CMYK Percentages of Color #c1296a

%0
%79
%45
%24

Triadic Colors of #c1296a

#c1296a #6ac129 #296ac1

Analogous Colors of #c1296a

#c1296a #c13429 #c129b6

Monochromatic Colors of #c1296a

#c1296a

Complementary Color

#c1296a #29c180

#c1296a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1296a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1296a Color CSS Codes

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

#c1296a Text Font Color

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

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


#c1296a Background Color

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

This div background color is #c1296a


#c1296a Border Color

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

This div border color is #c1296a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1296a


Comments

No comments written yet.

Please login to write comment.