Color Hex Logo

#c000ff Color Hex

#C000FF
(192,0,255)
4 Favorites   1 Comments

Color spaces of #c000ff

RGB 1920255
HSL0.791.000.50
HSV285°100°100°
CMYK 0.251.000.00   0.00
XYZ39.788218.426596.0673
Yxy18.42650.25790.1194
Hunter Lab42.926190.3310-102.6409
CIE-Lab50.009489.5087-78.0142

#c000ff color RGB value is (192,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000000 11111111
Octal 300 0 377
Decimal 192 0 255
Hex C0 0 FF

RGB Percentages of Color #c000ff

%42.95
%0.00
%57.05

CMYK Percentages of Color #c000ff

%25
%100
%0
%0

Triadic Colors of #c000ff

#c000ff #ffc000 #00ffc0

Analogous Colors of #c000ff

#c000ff #ff00bf #4100ff

Monochromatic Colors of #c000ff

#c000ff

Complementary Color

#c000ff #3fff00

#c000ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c000ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c000ff Color CSS Codes

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

#c000ff Text Font Color

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

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


#c000ff Background Color

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

This div background color is #c000ff


#c000ff Border Color

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

This div border color is #c000ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c000ff

Related Colors


Comments

16 Apr 2024, 21:07 LukasRojo1A

What is this colour called?

Please login to write comment.