Color Hex Logo

#c40fef Color Hex

#C40FEF
(196,15,239)
0 Favorites   0 Comments

Color spaces of #c40fef

RGB 19615239
HSL0.800.880.50
HSV288°94°94°
CMYK 0.180.940.00   0.06
XYZ38.515818.309483.1654
Yxy18.30940.27510.1308
Hunter Lab42.789585.7904-85.2831
CIE-Lab49.869286.0824-69.2525

#c40fef color RGB value is (196,15,239).

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

The process color (four color CMYK) of #c40fef color hex is 0.18, 0.94, 0.00, 0.06. Web safe color of #c40fef is #cc00ff. Color #c40fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001111 11101111
Octal 304 17 357
Decimal 196 15 239
Hex C4 F EF

RGB Percentages of Color #c40fef

%43.56
%3.33
%53.11

CMYK Percentages of Color #c40fef

%18
%94
%0
%6

Triadic Colors of #c40fef

#c40fef #efc40f #0fefc4

Analogous Colors of #c40fef

#c40fef #ef0faa #540fef

Monochromatic Colors of #c40fef

#c40fef

Complementary Color

#c40fef #3aef0f

#c40fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40fef Color CSS Codes

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

#c40fef Text Font Color

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

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


#c40fef Background Color

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

This div background color is #c40fef


#c40fef Border Color

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

This div border color is #c40fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40fef


Comments

No comments written yet.

Please login to write comment.