Color Hex Logo

#8326ff Color Hex

#8326FF
(131,38,255)
0 Favorites   0 Comments

Color spaces of #8326ff

RGB 13138255
HSL0.741.000.57
HSV266°85°100°
CMYK 0.490.850.00   0.00
XYZ28.103213.431595.7191
Yxy13.43150.20480.0979
Hunter Lab36.649072.7416-129.1980
CIE-Lab43.406377.0391-89.1667

#8326ff color RGB value is (131,38,255).

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

The process color (four color CMYK) of #8326ff color hex is 0.49, 0.85, 0.00, 0.00. Web safe color of #8326ff is #9933ff. Color #8326ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100110 11111111
Octal 203 46 377
Decimal 131 38 255
Hex 83 26 FF

RGB Percentages of Color #8326ff

%30.90
%8.96
%60.14

CMYK Percentages of Color #8326ff

%49
%85
%0
%0

Triadic Colors of #8326ff

#8326ff #ff8326 #26ff83

Analogous Colors of #8326ff

#8326ff #f026ff #2636ff

Monochromatic Colors of #8326ff

#8326ff

Complementary Color

#8326ff #a2ff26

#8326ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8326ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8326ff Color CSS Codes

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

#8326ff Text Font Color

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

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


#8326ff Background Color

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

This div background color is #8326ff


#8326ff Border Color

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

This div border color is #8326ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8326ff

Related Colors


Comments

No comments written yet.

Please login to write comment.