Color Hex Logo

#850bdf Color Hex

#850BDF
(133,11,223)
0 Favorites   0 Comments

Color spaces of #850bdf

RGB 13311223
HSL0.760.910.46
HSV275°95°87°
CMYK 0.400.950.00   0.13
XYZ23.111810.553670.6310
Yxy10.55360.22160.1012
Hunter Lab32.486370.1396-106.1666
CIE-Lab38.818275.7964-78.6169

#850bdf color RGB value is (133,11,223).

#850bdf hex color red value is 133, green value is 11 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #850bdf hue: 0.76 , saturation: 0.91 and the lightness value of 850bdf is 0.46.

The process color (four color CMYK) of #850bdf color hex is 0.40, 0.95, 0.00, 0.13. Web safe color of #850bdf is #9900cc. Color #850bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001011 11011111
Octal 205 13 337
Decimal 133 11 223
Hex 85 B DF

RGB Percentages of Color #850bdf

%36.24
%3.00
%60.76

CMYK Percentages of Color #850bdf

%40
%95
%0
%13

Triadic Colors of #850bdf

#850bdf #df850b #0bdf85

Analogous Colors of #850bdf

#850bdf #df0bcf #1b0bdf

Monochromatic Colors of #850bdf

#850bdf

Complementary Color

#850bdf #65df0b

#850bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#850bdf Color CSS Codes

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

#850bdf Text Font Color

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

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


#850bdf Background Color

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

This div background color is #850bdf


#850bdf Border Color

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

This div border color is #850bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850bdf


Comments

No comments written yet.

Please login to write comment.