Color Hex Logo

#c112fe Color Hex

#C112FE
(193,18,254)
0 Favorites   0 Comments

Color spaces of #c112fe

RGB 19318254
HSL0.790.990.53
HSV284°93°100°
CMYK 0.240.930.00   0.00
XYZ40.098018.925895.3056
Yxy18.92580.25980.1226
Hunter Lab43.503888.3941-99.4365
CIE-Lab50.600387.9300-76.4871

#c112fe color RGB value is (193,18,254).

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

The process color (four color CMYK) of #c112fe color hex is 0.24, 0.93, 0.00, 0.00. Web safe color of #c112fe is #cc00ff. Color #c112fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010010 11111110
Octal 301 22 376
Decimal 193 18 254
Hex C1 12 FE

RGB Percentages of Color #c112fe

%41.51
%3.87
%54.62

CMYK Percentages of Color #c112fe

%24
%93
%0
%0

Triadic Colors of #c112fe

#c112fe #fec112 #12fec1

Analogous Colors of #c112fe

#c112fe #fe12c5 #4b12fe

Monochromatic Colors of #c112fe

#c112fe

Complementary Color

#c112fe #4ffe12

#c112fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c112fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c112fe Color CSS Codes

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

#c112fe Text Font Color

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

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


#c112fe Background Color

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

This div background color is #c112fe


#c112fe Border Color

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

This div border color is #c112fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,18,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 #c112fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c112fe


Comments

No comments written yet.

Please login to write comment.