Color Hex Logo

#c60ffa Color Hex

#C60FFA
(198,15,250)
0 Favorites   0 Comments

Color spaces of #c60ffa

RGB 19815250
HSL0.800.960.52
HSV287°94°98°
CMYK 0.210.940.00   0.02
XYZ40.714819.249592.0121
Yxy19.24950.26790.1267
Hunter Lab43.874388.8660-93.6297
CIE-Lab50.977888.2156-73.6065

#c60ffa color RGB value is (198,15,250).

#c60ffa hex color red value is 198, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c60ffa hue: 0.80 , saturation: 0.96 and the lightness value of c60ffa is 0.52.

The process color (four color CMYK) of #c60ffa color hex is 0.21, 0.94, 0.00, 0.02. Web safe color of #c60ffa is #cc00ff. Color #c60ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001111 11111010
Octal 306 17 372
Decimal 198 15 250
Hex C6 F FA

RGB Percentages of Color #c60ffa

%42.76
%3.24
%54.00

CMYK Percentages of Color #c60ffa

%21
%94
%0
%2

Triadic Colors of #c60ffa

#c60ffa #fac60f #0ffac6

Analogous Colors of #c60ffa

#c60ffa #fa0fb9 #510ffa

Monochromatic Colors of #c60ffa

#c60ffa

Complementary Color

#c60ffa #43fa0f

#c60ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60ffa Color CSS Codes

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

#c60ffa Text Font Color

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

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


#c60ffa Background Color

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

This div background color is #c60ffa


#c60ffa Border Color

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

This div border color is #c60ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.