Color Hex Logo

#850faf Color Hex

#850FAF
(133,15,175)
0 Favorites   0 Comments

Color spaces of #850faf

RGB 13315175
HSL0.790.840.37
HSV284°91°69°
CMYK 0.240.910.00   0.31
XYZ17.58168.423341.2567
Yxy8.42330.26140.1252
Hunter Lab29.022957.3422-63.9659
CIE-Lab34.849465.7114-57.0530

#850faf color RGB value is (133,15,175).

#850faf hex color red value is 133, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #850faf hue: 0.79 , saturation: 0.84 and the lightness value of 850faf is 0.37.

The process color (four color CMYK) of #850faf color hex is 0.24, 0.91, 0.00, 0.31. Web safe color of #850faf is #990099. Color #850faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001111 10101111
Octal 205 17 257
Decimal 133 15 175
Hex 85 F AF

RGB Percentages of Color #850faf

%41.18
%4.64
%54.18

CMYK Percentages of Color #850faf

%24
%91
%0
%31

Triadic Colors of #850faf

#850faf #af850f #0faf85

Analogous Colors of #850faf

#850faf #af0f89 #350faf

Monochromatic Colors of #850faf

#850faf

Complementary Color

#850faf #39af0f

#850faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#850faf Color CSS Codes

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

#850faf Text Font Color

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

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


#850faf Background Color

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

This div background color is #850faf


#850faf Border Color

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

This div border color is #850faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850faf


Comments

No comments written yet.

Please login to write comment.