Color Hex Logo

#c461fa Color Hex

#C461FA
(196,97,250)
0 Favorites   0 Comments

Color spaces of #c461fa

RGB 19697250
HSL0.770.940.68
HSV279°61°98°
CMYK 0.220.610.00   0.02
XYZ44.295027.187393.3555
Yxy27.18730.26870.1649
Hunter Lab52.141460.3911-69.6555
CIE-Lab59.147363.7413-60.4370

#c461fa color RGB value is (196,97,250).

#c461fa hex color red value is 196, green value is 97 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c461fa hue: 0.77 , saturation: 0.94 and the lightness value of c461fa is 0.68.

The process color (four color CMYK) of #c461fa color hex is 0.22, 0.61, 0.00, 0.02. Web safe color of #c461fa is #cc66ff. Color #c461fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100001 11111010
Octal 304 141 372
Decimal 196 97 250
Hex C4 61 FA

RGB Percentages of Color #c461fa

%36.10
%17.86
%46.04

CMYK Percentages of Color #c461fa

%22
%61
%0
%2

Triadic Colors of #c461fa

#c461fa #fac461 #61fac4

Analogous Colors of #c461fa

#c461fa #fa61e4 #7861fa

Monochromatic Colors of #c461fa

#c461fa

Complementary Color

#c461fa #97fa61

#c461fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c461fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c461fa Color CSS Codes

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

#c461fa Text Font Color

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

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


#c461fa Background Color

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

This div background color is #c461fa


#c461fa Border Color

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

This div border color is #c461fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c461fa


Comments

No comments written yet.

Please login to write comment.