Color Hex Logo

#8508ff Color Hex

#8508FF
(133,8,255)
0 Favorites   0 Comments

Color spaces of #8508ff

RGB 1338255
HSL0.751.000.52
HSV270°97°100°
CMYK 0.480.970.00   0.00
XYZ27.809712.380295.5316
Yxy12.38020.20490.0912
Hunter Lab35.185579.5071-136.3475
CIE-Lab41.814182.7385-91.7868

#8508ff color RGB value is (133,8,255).

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

The process color (four color CMYK) of #8508ff color hex is 0.48, 0.97, 0.00, 0.00. Web safe color of #8508ff is #9900ff. Color #8508ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001000 11111111
Octal 205 10 377
Decimal 133 8 255
Hex 85 8 FF

RGB Percentages of Color #8508ff

%33.59
%2.02
%64.39

CMYK Percentages of Color #8508ff

%48
%97
%0
%0

Triadic Colors of #8508ff

#8508ff #ff8508 #08ff85

Analogous Colors of #8508ff

#8508ff #ff08fe #0a08ff

Monochromatic Colors of #8508ff

#8508ff

Complementary Color

#8508ff #82ff08

#8508ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8508ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8508ff Color CSS Codes

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

#8508ff Text Font Color

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

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


#8508ff Background Color

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

This div background color is #8508ff


#8508ff Border Color

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

This div border color is #8508ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8508ff


Comments

No comments written yet.

Please login to write comment.