Color Hex Logo

#c12ffe Color Hex

#C12FFE
(193,47,254)
0 Favorites   0 Comments

Color spaces of #c12ffe

RGB 19347254
HSL0.780.990.59
HSV282°81°100°
CMYK 0.240.810.00   0.00
XYZ40.898220.526295.5723
Yxy20.52620.26050.1307
Hunter Lab45.305881.8491-93.3577
CIE-Lab52.427082.5343-73.5159

#c12ffe color RGB value is (193,47,254).

#c12ffe hex color red value is 193, green value is 47 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c12ffe hue: 0.78 , saturation: 0.99 and the lightness value of c12ffe is 0.59.

The process color (four color CMYK) of #c12ffe color hex is 0.24, 0.81, 0.00, 0.00. Web safe color of #c12ffe is #cc33ff. Color #c12ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101111 11111110
Octal 301 57 376
Decimal 193 47 254
Hex C1 2F FE

RGB Percentages of Color #c12ffe

%39.07
%9.51
%51.42

CMYK Percentages of Color #c12ffe

%24
%81
%0
%0

Triadic Colors of #c12ffe

#c12ffe #fec12f #2ffec1

Analogous Colors of #c12ffe

#c12ffe #fe2fd4 #592ffe

Monochromatic Colors of #c12ffe

#c12ffe

Complementary Color

#c12ffe #6cfe2f

#c12ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12ffe Color CSS Codes

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

#c12ffe Text Font Color

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

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


#c12ffe Background Color

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

This div background color is #c12ffe


#c12ffe Border Color

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

This div border color is #c12ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12ffe


Comments

No comments written yet.

Please login to write comment.