Color Hex Logo

#c460fb Color Hex

#C460FB
(196,96,251)
0 Favorites   0 Comments

Color spaces of #c460fb

RGB 19696251
HSL0.770.950.68
HSV279°62°98°
CMYK 0.220.620.00   0.02
XYZ44.360427.066594.1531
Yxy27.06650.26790.1635
Hunter Lab52.025561.1565-70.8822
CIE-Lab59.035864.4125-61.1688

#c460fb color RGB value is (196,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 11111011
Octal 304 140 373
Decimal 196 96 251
Hex C4 60 FB

RGB Percentages of Color #c460fb

%36.10
%17.68
%46.22

CMYK Percentages of Color #c460fb

%22
%62
%0
%2

Triadic Colors of #c460fb

#c460fb #fbc460 #60fbc4

Analogous Colors of #c460fb

#c460fb #fb60e5 #7760fb

Monochromatic Colors of #c460fb

#c460fb

Complementary Color

#c460fb #97fb60

#c460fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c460fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c460fb Color CSS Codes

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

#c460fb Text Font Color

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

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


#c460fb Background Color

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

This div background color is #c460fb


#c460fb Border Color

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

This div border color is #c460fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c460fb


Comments

No comments written yet.

Please login to write comment.