Color Hex Logo

#c112ef Color Hex

#C112EF
(193,18,239)
0 Favorites   0 Comments

Color spaces of #c112ef

RGB 19318239
HSL0.800.870.50
HSV288°92°94°
CMYK 0.190.920.00   0.06
XYZ37.788618.002183.1444
Yxy18.00210.27200.1296
Hunter Lab42.428984.7276-86.4855
CIE-Lab49.498785.3363-69.8761

#c112ef color RGB value is (193,18,239).

#c112ef hex color red value is 193, green value is 18 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c112ef hue: 0.80 , saturation: 0.87 and the lightness value of c112ef is 0.50.

The process color (four color CMYK) of #c112ef color hex is 0.19, 0.92, 0.00, 0.06. Web safe color of #c112ef is #cc00ff. Color #c112ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010010 11101111
Octal 301 22 357
Decimal 193 18 239
Hex C1 12 EF

RGB Percentages of Color #c112ef

%42.89
%4.00
%53.11

CMYK Percentages of Color #c112ef

%19
%92
%0
%6

Triadic Colors of #c112ef

#c112ef #efc112 #12efc1

Analogous Colors of #c112ef

#c112ef #ef12af #5312ef

Monochromatic Colors of #c112ef

#c112ef

Complementary Color

#c112ef #40ef12

#c112ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c112ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c112ef Color CSS Codes

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

#c112ef Text Font Color

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

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


#c112ef Background Color

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

This div background color is #c112ef


#c112ef Border Color

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

This div border color is #c112ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c112ef


Comments

No comments written yet.

Please login to write comment.