Color Hex Logo

#c409fa Color Hex

#C409FA
(196,9,250)
0 Favorites   0 Comments

Color spaces of #c409fa

RGB 1969250
HSL0.800.960.51
HSV287°96°98°
CMYK 0.220.960.00   0.02
XYZ40.118018.833391.9632
Yxy18.83330.26580.1248
Hunter Lab43.397489.0662-95.2631
CIE-Lab50.491688.4607-74.4113

#c409fa color RGB value is (196,9,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 11111010
Octal 304 11 372
Decimal 196 9 250
Hex C4 9 FA

RGB Percentages of Color #c409fa

%43.08
%1.98
%54.95

CMYK Percentages of Color #c409fa

%22
%96
%0
%2

Triadic Colors of #c409fa

#c409fa #fac409 #09fac4

Analogous Colors of #c409fa

#c409fa #fa09b8 #4b09fa

Monochromatic Colors of #c409fa

#c409fa

Complementary Color

#c409fa #3ffa09

#c409fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c409fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c409fa Color CSS Codes

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

#c409fa Text Font Color

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

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


#c409fa Background Color

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

This div background color is #c409fa


#c409fa Border Color

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

This div border color is #c409fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c409fa

Related Colors


Comments

No comments written yet.

Please login to write comment.