Color Hex Logo

#8300ff Color Hex

#8300FF
(131,0,255)
3 Favorites   0 Comments

Color spaces of #8300ff

RGB 1310255
HSL0.751.000.50
HSV271°100°100°
CMYK 0.491.000.00   0.00
XYZ27.410112.045395.4880
Yxy12.04530.20310.0893
Hunter Lab34.706380.2382-138.8309
CIE-Lab41.288083.4085-92.6647

#8300ff color RGB value is (131,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000000 11111111
Octal 203 0 377
Decimal 131 0 255
Hex 83 0 FF

RGB Percentages of Color #8300ff

%33.94
%0.00
%66.06

CMYK Percentages of Color #8300ff

%49
%100
%0
%0

Triadic Colors of #8300ff

#8300ff #ff8300 #00ff83

Analogous Colors of #8300ff

#8300ff #ff00fc #0300ff

Monochromatic Colors of #8300ff

#8300ff

Complementary Color

#8300ff #7cff00

#8300ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8300ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8300ff Color CSS Codes

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

#8300ff Text Font Color

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

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


#8300ff Background Color

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

This div background color is #8300ff


#8300ff Border Color

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

This div border color is #8300ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8300ff


Comments

No comments written yet.

Please login to write comment.