Color Hex Logo

#c460da Color Hex

#C460DA
(196,96,218)
0 Favorites   0 Comments

Color spaces of #c460da

RGB 19696218
HSL0.800.620.62
HSV289°56°85°
CMYK 0.100.560.00   0.15
XYZ39.602725.163569.0994
Yxy25.16350.29580.1880
Hunter Lab50.163253.1359-46.5572
CIE-Lab57.234457.7843-45.6044

#c460da color RGB value is (196,96,218).

#c460da hex color red value is 196, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c460da hue: 0.80 , saturation: 0.62 and the lightness value of c460da is 0.62.

The process color (four color CMYK) of #c460da color hex is 0.10, 0.56, 0.00, 0.15. Web safe color of #c460da is #cc66cc. Color #c460da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 11011010
Octal 304 140 332
Decimal 196 96 218
Hex C4 60 DA

RGB Percentages of Color #c460da

%38.43
%18.82
%42.75

CMYK Percentages of Color #c460da

%10
%56
%0
%15

Triadic Colors of #c460da

#c460da #dac460 #60dac4

Analogous Colors of #c460da

#c460da #da60b3 #8760da

Monochromatic Colors of #c460da

#c460da

Complementary Color

#c460da #76da60

#c460da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c460da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c460da Color CSS Codes

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

#c460da Text Font Color

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

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


#c460da Background Color

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

This div background color is #c460da


#c460da Border Color

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

This div border color is #c460da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c460da


Comments

No comments written yet.

Please login to write comment.