Color Hex Logo

#c807ff Color Hex

#C807FF
(200,7,255)
0 Favorites   0 Comments

Color spaces of #c807ff

RGB 2007255
HSL0.801.000.51
HSV287°97°100°
CMYK 0.220.970.00   0.00
XYZ41.945419.651396.1901
Yxy19.65130.26580.1245
Hunter Lab44.329891.3218-97.6210
CIE-Lab51.440789.9805-75.6282

#c807ff color RGB value is (200,7,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000111 11111111
Octal 310 7 377
Decimal 200 7 255
Hex C8 7 FF

RGB Percentages of Color #c807ff

%43.29
%1.52
%55.19

CMYK Percentages of Color #c807ff

%22
%97
%0
%0

Triadic Colors of #c807ff

#c807ff #ffc807 #07ffc8

Analogous Colors of #c807ff

#c807ff #ff07ba #4c07ff

Monochromatic Colors of #c807ff

#c807ff

Complementary Color

#c807ff #3eff07

#c807ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c807ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c807ff Color CSS Codes

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

#c807ff Text Font Color

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

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


#c807ff Background Color

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

This div background color is #c807ff


#c807ff Border Color

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

This div border color is #c807ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c807ff


Comments

No comments written yet.

Please login to write comment.