Color Hex Logo

#c600ff Color Hex

#C600FF
(198,0,255)
0 Favorites   0 Comments

Color spaces of #c600ff

RGB 1980255
HSL0.801.000.50
HSV287°100°100°
CMYK 0.221.000.00   0.00
XYZ41.338719.225896.1399
Yxy19.22580.26380.1227
Hunter Lab43.847291.5552-99.3068
CIE-Lab50.950390.2496-76.4402

#c600ff color RGB value is (198,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000000 11111111
Octal 306 0 377
Decimal 198 0 255
Hex C6 0 FF

RGB Percentages of Color #c600ff

%43.71
%0.00
%56.29

CMYK Percentages of Color #c600ff

%22
%100
%0
%0

Triadic Colors of #c600ff

#c600ff #ffc600 #00ffc6

Analogous Colors of #c600ff

#c600ff #ff00b9 #4600ff

Monochromatic Colors of #c600ff

#c600ff

Complementary Color

#c600ff #39ff00

#c600ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c600ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c600ff Color CSS Codes

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

#c600ff Text Font Color

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

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


#c600ff Background Color

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

This div background color is #c600ff


#c600ff Border Color

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

This div border color is #c600ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c600ff


Comments

No comments written yet.

Please login to write comment.