Color Hex Logo

#850dff Color Hex

#850DFF
(133,13,255)
0 Favorites   0 Comments

Color spaces of #850dff

RGB 13313255
HSL0.751.000.53
HSV270°95°100°
CMYK 0.480.950.00   0.00
XYZ27.866812.494495.5507
Yxy12.49440.20500.0919
Hunter Lab35.347478.8658-135.5288
CIE-Lab41.991382.2016-91.4940

#850dff color RGB value is (133,13,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001101 11111111
Octal 205 15 377
Decimal 133 13 255
Hex 85 D FF

RGB Percentages of Color #850dff

%33.17
%3.24
%63.59

CMYK Percentages of Color #850dff

%48
%95
%0
%0

Triadic Colors of #850dff

#850dff #ff850d #0dff85

Analogous Colors of #850dff

#850dff #fe0dff #0d0eff

Monochromatic Colors of #850dff

#850dff

Complementary Color

#850dff #87ff0d

#850dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#850dff Color CSS Codes

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

#850dff Text Font Color

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

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


#850dff Background Color

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

This div background color is #850dff


#850dff Border Color

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

This div border color is #850dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850dff

Related Colors


Comments

No comments written yet.

Please login to write comment.