Color Hex Logo

#c11fef Color Hex

#C11FEF
(193,31,239)
0 Favorites   0 Comments

Color spaces of #c11fef

RGB 19331239
HSL0.800.870.53
HSV287°87°94°
CMYK 0.190.870.00   0.06
XYZ38.062318.549483.2356
Yxy18.54940.27220.1326
Hunter Lab43.069082.3788-84.4361
CIE-Lab50.155883.3893-68.8099

#c11fef color RGB value is (193,31,239).

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

The process color (four color CMYK) of #c11fef color hex is 0.19, 0.87, 0.00, 0.06. Web safe color of #c11fef is #cc33ff. Color #c11fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011111 11101111
Octal 301 37 357
Decimal 193 31 239
Hex C1 1F EF

RGB Percentages of Color #c11fef

%41.68
%6.70
%51.62

CMYK Percentages of Color #c11fef

%19
%87
%0
%6

Triadic Colors of #c11fef

#c11fef #efc11f #1fefc1

Analogous Colors of #c11fef

#c11fef #ef1fb5 #591fef

Monochromatic Colors of #c11fef

#c11fef

Complementary Color

#c11fef #4def1f

#c11fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11fef Color CSS Codes

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

#c11fef Text Font Color

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

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


#c11fef Background Color

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

This div background color is #c11fef


#c11fef Border Color

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

This div border color is #c11fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11fef


Comments

No comments written yet.

Please login to write comment.