Color Hex Logo

#c404fa Color Hex

#C404FA
(196,4,250)
0 Favorites   0 Comments

Color spaces of #c404fa

RGB 1964250
HSL0.800.970.50
HSV287°98°98°
CMYK 0.220.980.00   0.02
XYZ40.063718.724791.9451
Yxy18.72470.26580.1242
Hunter Lab43.272089.5393-95.6899
CIE-Lab50.363688.8434-74.6197

#c404fa color RGB value is (196,4,250).

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

The process color (four color CMYK) of #c404fa color hex is 0.22, 0.98, 0.00, 0.02. Web safe color of #c404fa is #cc00ff. Color #c404fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 11111010
Octal 304 4 372
Decimal 196 4 250
Hex C4 4 FA

RGB Percentages of Color #c404fa

%43.56
%0.89
%55.56

CMYK Percentages of Color #c404fa

%22
%98
%0
%2

Triadic Colors of #c404fa

#c404fa #fac404 #04fac4

Analogous Colors of #c404fa

#c404fa #fa04b5 #4904fa

Monochromatic Colors of #c404fa

#c404fa

Complementary Color

#c404fa #3afa04

#c404fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c404fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c404fa Color CSS Codes

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

#c404fa Text Font Color

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

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


#c404fa Background Color

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

This div background color is #c404fa


#c404fa Border Color

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

This div border color is #c404fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c404fa


Comments

No comments written yet.

Please login to write comment.