Color Hex Logo

#850fbd Color Hex

#850FBD
(133,15,189)
0 Favorites   0 Comments

Color spaces of #850fbd

RGB 13315189
HSL0.780.850.40
HSV281°92°74°
CMYK 0.300.920.00   0.26
XYZ19.02909.002348.8788
Yxy9.00230.24740.1170
Hunter Lab30.003860.7014-75.5858
CIE-Lab35.988768.4129-63.5025

#850fbd color RGB value is (133,15,189).

#850fbd hex color red value is 133, green value is 15 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #850fbd hue: 0.78 , saturation: 0.85 and the lightness value of 850fbd is 0.40.

The process color (four color CMYK) of #850fbd color hex is 0.30, 0.92, 0.00, 0.26. Web safe color of #850fbd is #9900cc. Color #850fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001111 10111101
Octal 205 17 275
Decimal 133 15 189
Hex 85 F BD

RGB Percentages of Color #850fbd

%39.47
%4.45
%56.08

CMYK Percentages of Color #850fbd

%30
%92
%0
%26

Triadic Colors of #850fbd

#850fbd #bd850f #0fbd85

Analogous Colors of #850fbd

#850fbd #bd0f9e #2e0fbd

Monochromatic Colors of #850fbd

#850fbd

Complementary Color

#850fbd #47bd0f

#850fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#850fbd Color CSS Codes

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

#850fbd Text Font Color

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

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


#850fbd Background Color

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

This div background color is #850fbd


#850fbd Border Color

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

This div border color is #850fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850fbd


Comments

No comments written yet.

Please login to write comment.