Color Hex Logo

#c800ff Color Hex

#C800FF
(200,0,255)
0 Favorites   0 Comments

Color spaces of #c800ff

RGB 2000255
HSL0.801.000.50
HSV287°100°100°
CMYK 0.221.000.00   0.00
XYZ41.869419.499496.1647
Yxy19.49940.26580.1238
Hunter Lab44.158191.9716-98.2072
CIE-Lab51.266490.5013-75.9117

#c800ff color RGB value is (200,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000000 11111111
Octal 310 0 377
Decimal 200 0 255
Hex C8 0 FF

RGB Percentages of Color #c800ff

%43.96
%0.00
%56.04

CMYK Percentages of Color #c800ff

%22
%100
%0
%0

Triadic Colors of #c800ff

#c800ff #ffc800 #00ffc8

Analogous Colors of #c800ff

#c800ff #ff00b7 #4900ff

Monochromatic Colors of #c800ff

#c800ff

Complementary Color

#c800ff #37ff00

#c800ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c800ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c800ff Color CSS Codes

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

#c800ff Text Font Color

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

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


#c800ff Background Color

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

This div background color is #c800ff


#c800ff Border Color

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

This div border color is #c800ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c800ff


Comments

No comments written yet.

Please login to write comment.