Color Hex Logo

#8009fa Color Hex

#8009FA
(128,9,250)
0 Favorites   0 Comments

Color spaces of #8009fa

RGB 1289250
HSL0.750.960.51
HSV270°96°98°
CMYK 0.490.960.00   0.02
XYZ26.255111.686791.3144
Yxy11.68670.20310.0904
Hunter Lab34.185877.2649-134.4406
CIE-Lab40.713881.1770-90.8240

#8009fa color RGB value is (128,9,250).

#8009fa hex color red value is 128, green value is 9 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8009fa hue: 0.75 , saturation: 0.96 and the lightness value of 8009fa is 0.51.

The process color (four color CMYK) of #8009fa color hex is 0.49, 0.96, 0.00, 0.02. Web safe color of #8009fa is #9900ff. Color #8009fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001001 11111010
Octal 200 11 372
Decimal 128 9 250
Hex 80 9 FA

RGB Percentages of Color #8009fa

%33.07
%2.33
%64.60

CMYK Percentages of Color #8009fa

%49
%96
%0
%2

Triadic Colors of #8009fa

#8009fa #fa8009 #09fa80

Analogous Colors of #8009fa

#8009fa #f909fa #090bfa

Monochromatic Colors of #8009fa

#8009fa

Complementary Color

#8009fa #83fa09

#8009fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8009fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8009fa Color CSS Codes

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

#8009fa Text Font Color

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

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


#8009fa Background Color

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

This div background color is #8009fa


#8009fa Border Color

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

This div border color is #8009fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,9,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8009fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8009fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8009fa;
  box-shadow:         1px 1px 3px 2px #8009fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8009fa

Related Colors


Comments

No comments written yet.

Please login to write comment.