Color Hex Logo

#c12bfb Color Hex

#C12BFB
(193,43,251)
0 Favorites   0 Comments

Color spaces of #c12bfb

RGB 19343251
HSL0.790.960.58
HSV283°83°98°
CMYK 0.230.830.00   0.02
XYZ40.268820.030293.0106
Yxy20.03020.26270.1307
Hunter Lab44.755182.2855-91.8886
CIE-Lab51.871382.9830-72.7475

#c12bfb color RGB value is (193,43,251).

#c12bfb hex color red value is 193, green value is 43 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c12bfb hue: 0.79 , saturation: 0.96 and the lightness value of c12bfb is 0.58.

The process color (four color CMYK) of #c12bfb color hex is 0.23, 0.83, 0.00, 0.02. Web safe color of #c12bfb is #cc33ff. Color #c12bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101011 11111011
Octal 301 53 373
Decimal 193 43 251
Hex C1 2B FB

RGB Percentages of Color #c12bfb

%39.63
%8.83
%51.54

CMYK Percentages of Color #c12bfb

%23
%83
%0
%2

Triadic Colors of #c12bfb

#c12bfb #fbc12b #2bfbc1

Analogous Colors of #c12bfb

#c12bfb #fb2bcd #592bfb

Monochromatic Colors of #c12bfb

#c12bfb

Complementary Color

#c12bfb #65fb2b

#c12bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12bfb Color CSS Codes

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

#c12bfb Text Font Color

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

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


#c12bfb Background Color

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

This div background color is #c12bfb


#c12bfb Border Color

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

This div border color is #c12bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12bfb


Comments

No comments written yet.

Please login to write comment.