Color Hex Logo

#c12ba6 Color Hex

#C12BA6
(193,43,166)
0 Favorites   0 Comments

Color spaces of #c12ba6

RGB 19343166
HSL0.860.640.46
HSV311°78°76°
CMYK 0.000.780.14   0.24
XYZ29.739115.818437.5622
Yxy15.81840.35780.1903
Hunter Lab39.772463.8687-28.1546
CIE-Lab46.735369.0318-32.1042

#c12ba6 color RGB value is (193,43,166).

#c12ba6 hex color red value is 193, green value is 43 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #c12ba6 hue: 0.86 , saturation: 0.64 and the lightness value of c12ba6 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101011 10100110
Octal 301 53 246
Decimal 193 43 166
Hex C1 2B A6

RGB Percentages of Color #c12ba6

%48.01
%10.70
%41.29

CMYK Percentages of Color #c12ba6

%0
%78
%14
%24

Triadic Colors of #c12ba6

#c12ba6 #a6c12b #2ba6c1

Analogous Colors of #c12ba6

#c12ba6 #c12b5b #912bc1

Monochromatic Colors of #c12ba6

#c12ba6

Complementary Color

#c12ba6 #2bc146

#c12ba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12ba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12ba6 Color CSS Codes

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

#c12ba6 Text Font Color

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

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


#c12ba6 Background Color

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

This div background color is #c12ba6


#c12ba6 Border Color

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

This div border color is #c12ba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12ba6


Comments

No comments written yet.

Please login to write comment.