Color Hex Logo

#8006ff Color Hex

#8006FF
(128,6,255)
0 Favorites   0 Comments

Color spaces of #8006ff

RGB 1286255
HSL0.751.000.51
HSV269°98°100°
CMYK 0.500.980.00   0.00
XYZ27.017211.939495.4883
Yxy11.93940.20100.0888
Hunter Lab34.553479.1000-139.6603
CIE-Lab41.119682.5483-92.9552

#8006ff color RGB value is (128,6,255).

#8006ff hex color red value is 128, green value is 6 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8006ff hue: 0.75 , saturation: 1.00 and the lightness value of 8006ff is 0.51.

The process color (four color CMYK) of #8006ff color hex is 0.50, 0.98, 0.00, 0.00. Web safe color of #8006ff is #9900ff. Color #8006ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000110 11111111
Octal 200 6 377
Decimal 128 6 255
Hex 80 6 FF

RGB Percentages of Color #8006ff

%32.90
%1.54
%65.55

CMYK Percentages of Color #8006ff

%50
%98
%0
%0

Triadic Colors of #8006ff

#8006ff #ff8006 #06ff80

Analogous Colors of #8006ff

#8006ff #fd06ff #0608ff

Monochromatic Colors of #8006ff

#8006ff

Complementary Color

#8006ff #85ff06

#8006ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8006ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8006ff Color CSS Codes

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

#8006ff Text Font Color

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

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


#8006ff Background Color

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

This div background color is #8006ff


#8006ff Border Color

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

This div border color is #8006ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,6,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8006ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8006ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8006ff;
  box-shadow:         1px 1px 3px 2px #8006ff; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8006ff


Comments

No comments written yet.

Please login to write comment.