Color Hex Logo

#c460ca Color Hex

#C460CA
(196,96,202)
0 Favorites   0 Comments

Color spaces of #c460ca

RGB 19696202
HSL0.820.500.58
HSV297°52°79°
CMYK 0.030.520.00   0.21
XYZ37.608524.365858.5980
Yxy24.36580.31190.2021
Hunter Lab49.361749.6154-35.8308
CIE-Lab56.452254.7791-37.7637

#c460ca color RGB value is (196,96,202).

#c460ca hex color red value is 196, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c460ca hue: 0.82 , saturation: 0.50 and the lightness value of c460ca is 0.58.

The process color (four color CMYK) of #c460ca color hex is 0.03, 0.52, 0.00, 0.21. Web safe color of #c460ca is #cc66cc. Color #c460ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 11001010
Octal 304 140 312
Decimal 196 96 202
Hex C4 60 CA

RGB Percentages of Color #c460ca

%39.68
%19.43
%40.89

CMYK Percentages of Color #c460ca

%3
%52
%0
%21

Triadic Colors of #c460ca

#c460ca #cac460 #60cac4

Analogous Colors of #c460ca

#c460ca #ca609b #8f60ca

Monochromatic Colors of #c460ca

#c460ca

Complementary Color

#c460ca #66ca60

#c460ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c460ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c460ca Color CSS Codes

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

#c460ca Text Font Color

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

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


#c460ca Background Color

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

This div background color is #c460ca


#c460ca Border Color

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

This div border color is #c460ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c460ca


Comments

No comments written yet.

Please login to write comment.