Color Hex Logo

#850cff Color Hex

#850CFF
(133,12,255)
0 Favorites   0 Comments

Color spaces of #850cff

RGB 13312255
HSL0.751.000.52
HSV270°95°100°
CMYK 0.480.950.00   0.00
XYZ27.854312.469595.5465
Yxy12.46950.20500.0918
Hunter Lab35.312279.0048-135.7064
CIE-Lab41.952882.3181-91.5576

#850cff color RGB value is (133,12,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001100 11111111
Octal 205 14 377
Decimal 133 12 255
Hex 85 C FF

RGB Percentages of Color #850cff

%33.25
%3.00
%63.75

CMYK Percentages of Color #850cff

%48
%95
%0
%0

Triadic Colors of #850cff

#850cff #ff850c #0cff85

Analogous Colors of #850cff

#850cff #ff0cff #0c0dff

Monochromatic Colors of #850cff

#850cff

Complementary Color

#850cff #86ff0c

#850cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#850cff Color CSS Codes

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

#850cff Text Font Color

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

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


#850cff Background Color

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

This div background color is #850cff


#850cff Border Color

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

This div border color is #850cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850cff

Related Colors


Comments

No comments written yet.

Please login to write comment.