Color Hex Logo

#850dfa Color Hex

#850DFA
(133,13,250)
0 Favorites   0 Comments

Color spaces of #850dfa

RGB 13313250
HSL0.750.960.52
HSV270°95°98°
CMYK 0.470.950.00   0.02
XYZ27.072112.176591.3659
Yxy12.17650.20730.0932
Hunter Lab34.894877.4178-130.8139
CIE-Lab41.495381.1518-89.5121

#850dfa color RGB value is (133,13,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001101 11111010
Octal 205 15 372
Decimal 133 13 250
Hex 85 D FA

RGB Percentages of Color #850dfa

%33.59
%3.28
%63.13

CMYK Percentages of Color #850dfa

%47
%95
%0
%2

Triadic Colors of #850dfa

#850dfa #fa850d #0dfa85

Analogous Colors of #850dfa

#850dfa #fa0df9 #0e0dfa

Monochromatic Colors of #850dfa

#850dfa

Complementary Color

#850dfa #82fa0d

#850dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#850dfa Color CSS Codes

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

#850dfa Text Font Color

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

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


#850dfa Background Color

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

This div background color is #850dfa


#850dfa Border Color

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

This div border color is #850dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,13,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #850dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850dfa


Comments

No comments written yet.

Please login to write comment.