Color Hex Logo

#800af6 Color Hex

#800AF6
(128,10,246)
0 Favorites   0 Comments

Color spaces of #800af6

RGB 12810246
HSL0.750.930.50
HSV270°96°96°
CMYK 0.480.960.00   0.04
XYZ25.645211.460188.0491
Yxy11.46010.20490.0916
Hunter Lab33.852875.9805-130.5129
CIE-Lab40.344880.2261-89.1847

#800af6 color RGB value is (128,10,246).

#800af6 hex color red value is 128, green value is 10 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #800af6 hue: 0.75 , saturation: 0.93 and the lightness value of 800af6 is 0.50.

The process color (four color CMYK) of #800af6 color hex is 0.48, 0.96, 0.00, 0.04. Web safe color of #800af6 is #9900ff. Color #800af6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001010 11110110
Octal 200 12 366
Decimal 128 10 246
Hex 80 A F6

RGB Percentages of Color #800af6

%33.33
%2.60
%64.06

CMYK Percentages of Color #800af6

%48
%96
%0
%4

Triadic Colors of #800af6

#800af6 #f6800a #0af680

Analogous Colors of #800af6

#800af6 #f60af6 #0a0af6

Monochromatic Colors of #800af6

#800af6

Complementary Color

#800af6 #80f60a

#800af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800af6 Color CSS Codes

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

#800af6 Text Font Color

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

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


#800af6 Background Color

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

This div background color is #800af6


#800af6 Border Color

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

This div border color is #800af6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,10,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800af6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800af6;
  -webkit-box-shadow: 1px 1px 3px 2px #800af6;
  box-shadow:         1px 1px 3px 2px #800af6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,10,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #800af6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800af6


Comments

No comments written yet.

Please login to write comment.