Color Hex Logo

#850bff Color Hex

#850BFF
(133,11,255)
0 Favorites   0 Comments

Color spaces of #850bff

RGB 13311255
HSL0.751.000.52
HSV270°96°100°
CMYK 0.480.960.00   0.00
XYZ27.842512.445995.5426
Yxy12.44590.20500.0916
Hunter Lab35.278779.1370-135.8752
CIE-Lab41.916282.4289-91.6181

#850bff color RGB value is (133,11,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001011 11111111
Octal 205 13 377
Decimal 133 11 255
Hex 85 B FF

RGB Percentages of Color #850bff

%33.33
%2.76
%63.91

CMYK Percentages of Color #850bff

%48
%96
%0
%0

Triadic Colors of #850bff

#850bff #ff850b #0bff85

Analogous Colors of #850bff

#850bff #ff0bff #0b0bff

Monochromatic Colors of #850bff

#850bff

Complementary Color

#850bff #85ff0b

#850bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#850bff Color CSS Codes

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

#850bff Text Font Color

<p style="color:#850bff">Text here</p>

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


#850bff Background Color

<div style="background-color:#850bff">
Div content here</div>

This div background color is #850bff


#850bff Border Color

<div style="border:3px solid #850bff">
Div here</div>

This div border color is #850bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850bff


Comments

No comments written yet.

Please login to write comment.