Color Hex Logo

#c40cfe Color Hex

#C40CFE
(196,12,254)
0 Favorites   0 Comments

Color spaces of #c40cfe

RGB 19612254
HSL0.790.990.52
HSV286°95°100°
CMYK 0.230.950.00   0.00
XYZ40.785819.154595.3135
Yxy19.15450.26270.1234
Hunter Lab43.765989.7555-98.4860
CIE-Lab50.867588.9102-76.0317

#c40cfe color RGB value is (196,12,254).

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

The process color (four color CMYK) of #c40cfe color hex is 0.23, 0.95, 0.00, 0.00. Web safe color of #c40cfe is #cc00ff. Color #c40cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 11111110
Octal 304 14 376
Decimal 196 12 254
Hex C4 C FE

RGB Percentages of Color #c40cfe

%42.42
%2.60
%54.98

CMYK Percentages of Color #c40cfe

%23
%95
%0
%0

Triadic Colors of #c40cfe

#c40cfe #fec40c #0cfec4

Analogous Colors of #c40cfe

#c40cfe #fe0cbf #4b0cfe

Monochromatic Colors of #c40cfe

#c40cfe

Complementary Color

#c40cfe #46fe0c

#c40cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40cfe Color CSS Codes

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

#c40cfe Text Font Color

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

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


#c40cfe Background Color

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

This div background color is #c40cfe


#c40cfe Border Color

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

This div border color is #c40cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.