Color Hex Logo

#c12bcc Color Hex

#C12BCC
(193,43,204)
0 Favorites   0 Comments

Color spaces of #c12bcc

RGB 19343204
HSL0.820.650.48
HSV296°79°80°
CMYK 0.050.790.00   0.20
XYZ33.755317.424858.7110
Yxy17.42480.30720.1586
Hunter Lab41.743071.2929-54.1705
CIE-Lab48.790974.8115-51.0774

#c12bcc color RGB value is (193,43,204).

#c12bcc hex color red value is 193, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c12bcc hue: 0.82 , saturation: 0.65 and the lightness value of c12bcc is 0.48.

The process color (four color CMYK) of #c12bcc color hex is 0.05, 0.79, 0.00, 0.20. Web safe color of #c12bcc is #cc33cc. Color #c12bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101011 11001100
Octal 301 53 314
Decimal 193 43 204
Hex C1 2B CC

RGB Percentages of Color #c12bcc

%43.86
%9.77
%46.36

CMYK Percentages of Color #c12bcc

%5
%79
%0
%20

Triadic Colors of #c12bcc

#c12bcc #ccc12b #2bccc1

Analogous Colors of #c12bcc

#c12bcc #cc2b87 #712bcc

Monochromatic Colors of #c12bcc

#c12bcc

Complementary Color

#c12bcc #36cc2b

#c12bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12bcc Color CSS Codes

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

#c12bcc Text Font Color

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

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


#c12bcc Background Color

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

This div background color is #c12bcc


#c12bcc Border Color

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

This div border color is #c12bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12bcc


Comments

No comments written yet.

Please login to write comment.