Color Hex Logo

#c60fff Color Hex

#C60FFF
(198,15,255)
0 Favorites   0 Comments

Color spaces of #c60fff

RGB 19815255
HSL0.791.000.53
HSV286°94°100°
CMYK 0.220.940.00   0.00
XYZ41.509519.567496.1968
Yxy19.56740.26390.1244
Hunter Lab44.235190.0903-97.9719
CIE-Lab51.344589.0715-75.7984

#c60fff color RGB value is (198,15,255).

#c60fff hex color red value is 198, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c60fff hue: 0.79 , saturation: 1.00 and the lightness value of c60fff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001111 11111111
Octal 306 17 377
Decimal 198 15 255
Hex C6 F FF

RGB Percentages of Color #c60fff

%42.31
%3.21
%54.49

CMYK Percentages of Color #c60fff

%22
%94
%0
%0

Triadic Colors of #c60fff

#c60fff #ffc60f #0fffc6

Analogous Colors of #c60fff

#c60fff #ff0fc0 #4e0fff

Monochromatic Colors of #c60fff

#c60fff

Complementary Color

#c60fff #48ff0f

#c60fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60fff Color CSS Codes

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

#c60fff Text Font Color

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

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


#c60fff Background Color

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

This div background color is #c60fff


#c60fff Border Color

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

This div border color is #c60fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,15,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60fff


Comments

No comments written yet.

Please login to write comment.