Color Hex Logo

#c40cfc Color Hex

#C40CFC
(196,12,252)
0 Favorites   0 Comments

Color spaces of #c40cfc

RGB 19612252
HSL0.790.980.52
HSV286°95°99°
CMYK 0.220.950.00   0.01
XYZ40.467119.027093.6352
Yxy19.02700.26430.1243
Hunter Lab43.619989.2631-96.7388
CIE-Lab50.718888.5663-75.1585

#c40cfc color RGB value is (196,12,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 11111100
Octal 304 14 374
Decimal 196 12 252
Hex C4 C FC

RGB Percentages of Color #c40cfc

%42.61
%2.61
%54.78

CMYK Percentages of Color #c40cfc

%22
%95
%0
%1

Triadic Colors of #c40cfc

#c40cfc #fcc40c #0cfcc4

Analogous Colors of #c40cfc

#c40cfc #fc0cbc #4c0cfc

Monochromatic Colors of #c40cfc

#c40cfc

Complementary Color

#c40cfc #44fc0c

#c40cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40cfc Color CSS Codes

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

#c40cfc Text Font Color

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

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


#c40cfc Background Color

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

This div background color is #c40cfc


#c40cfc Border Color

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

This div border color is #c40cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,12,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40cfc


Comments

No comments written yet.

Please login to write comment.