Color Hex Logo

#c01fef Color Hex

#C01FEF
(192,31,239)
0 Favorites   0 Comments

Color spaces of #c01fef

RGB 19231239
HSL0.800.870.53
HSV286°87°94°
CMYK 0.200.870.00   0.06
XYZ37.808218.418483.2238
Yxy18.41840.27110.1321
Hunter Lab42.916782.1486-84.9332
CIE-Lab49.999783.2402-69.0704

#c01fef color RGB value is (192,31,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011111 11101111
Octal 300 37 357
Decimal 192 31 239
Hex C0 1F EF

RGB Percentages of Color #c01fef

%41.56
%6.71
%51.73

CMYK Percentages of Color #c01fef

%20
%87
%0
%6

Triadic Colors of #c01fef

#c01fef #efc01f #1fefc0

Analogous Colors of #c01fef

#c01fef #ef1fb6 #581fef

Monochromatic Colors of #c01fef

#c01fef

Complementary Color

#c01fef #4eef1f

#c01fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01fef Color CSS Codes

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

#c01fef Text Font Color

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

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


#c01fef Background Color

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

This div background color is #c01fef


#c01fef Border Color

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

This div border color is #c01fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01fef


Comments

No comments written yet.

Please login to write comment.