Color Hex Logo

#8309ff Color Hex

#8309FF
(131,9,255)
0 Favorites   0 Comments

Color spaces of #8309ff

RGB 1319255
HSL0.751.000.52
HSV270°96°100°
CMYK 0.490.960.00   0.00
XYZ27.507812.240795.5206
Yxy12.24070.20340.0905
Hunter Lab34.986779.1163-137.3827
CIE-Lab41.596182.4725-92.1552

#8309ff color RGB value is (131,9,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001001 11111111
Octal 203 11 377
Decimal 131 9 255
Hex 83 9 FF

RGB Percentages of Color #8309ff

%33.16
%2.28
%64.56

CMYK Percentages of Color #8309ff

%49
%96
%0
%0

Triadic Colors of #8309ff

#8309ff #ff8309 #09ff83

Analogous Colors of #8309ff

#8309ff #fe09ff #090aff

Monochromatic Colors of #8309ff

#8309ff

Complementary Color

#8309ff #85ff09

#8309ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8309ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8309ff Color CSS Codes

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

#8309ff Text Font Color

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

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


#8309ff Background Color

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

This div background color is #8309ff


#8309ff Border Color

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

This div border color is #8309ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8309ff

Related Colors


Comments

No comments written yet.

Please login to write comment.