Color Hex Logo

#850486 Color Hex

#850486
(133,4,134)
0 Favorites   0 Comments

Color spaces of #850486

RGB 1334134
HSL0.830.940.27
HSV300°97°53°
CMYK 0.010.970.00   0.47
XYZ14.01946.794623.1268
Yxy6.79460.31910.1546
Hunter Lab26.066550.3869-34.3570
CIE-Lab31.334760.1515-37.7182

#850486 color RGB value is (133,4,134).

#850486 hex color red value is 133, green value is 4 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #850486 hue: 0.83 , saturation: 0.94 and the lightness value of 850486 is 0.27.

The process color (four color CMYK) of #850486 color hex is 0.01, 0.97, 0.00, 0.47. Web safe color of #850486 is #990099. Color #850486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000100 10000110
Octal 205 4 206
Decimal 133 4 134
Hex 85 4 86

RGB Percentages of Color #850486

%49.08
%1.48
%49.45

CMYK Percentages of Color #850486

%1
%97
%0
%47

Triadic Colors of #850486

#850486 #868504 #048685

Analogous Colors of #850486

#850486 #860446 #440486

Monochromatic Colors of #850486

#850486

Complementary Color

#850486 #058604

#850486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850486 Color CSS Codes

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

#850486 Text Font Color

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

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


#850486 Background Color

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

This div background color is #850486


#850486 Border Color

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

This div border color is #850486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850486


Comments

No comments written yet.

Please login to write comment.