Color Hex Logo

#c463fa Color Hex

#C463FA
(196,99,250)
0 Favorites   0 Comments

Color spaces of #c463fa

RGB 19699250
HSL0.770.940.68
HSV279°60°98°
CMYK 0.220.600.00   0.02
XYZ44.482127.561693.4179
Yxy27.56160.26880.1666
Hunter Lab52.499159.3681-68.7523
CIE-Lab59.490662.8066-59.8875

#c463fa color RGB value is (196,99,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100011 11111010
Octal 304 143 372
Decimal 196 99 250
Hex C4 63 FA

RGB Percentages of Color #c463fa

%35.96
%18.17
%45.87

CMYK Percentages of Color #c463fa

%22
%60
%0
%2

Triadic Colors of #c463fa

#c463fa #fac463 #63fac4

Analogous Colors of #c463fa

#c463fa #fa63e5 #7963fa

Monochromatic Colors of #c463fa

#c463fa

Complementary Color

#c463fa #99fa63

#c463fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c463fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c463fa Color CSS Codes

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

#c463fa Text Font Color

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

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


#c463fa Background Color

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

This div background color is #c463fa


#c463fa Border Color

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

This div border color is #c463fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c463fa


Comments

No comments written yet.

Please login to write comment.