Color Hex Logo

#850ac3 Color Hex

#850AC3
(133,10,195)
0 Favorites   0 Comments

Color spaces of #850ac3

RGB 13310195
HSL0.780.900.40
HSV280°95°76°
CMYK 0.320.950.00   0.24
XYZ19.63179.143852.3600
Yxy9.14380.24200.1127
Hunter Lab30.238762.9687-81.4968
CIE-Lab36.259770.3010-66.5878

#850ac3 color RGB value is (133,10,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001010 11000011
Octal 205 12 303
Decimal 133 10 195
Hex 85 A C3

RGB Percentages of Color #850ac3

%39.35
%2.96
%57.69

CMYK Percentages of Color #850ac3

%32
%95
%0
%24

Triadic Colors of #850ac3

#850ac3 #c3850a #0ac385

Analogous Colors of #850ac3

#850ac3 #c30aa5 #290ac3

Monochromatic Colors of #850ac3

#850ac3

Complementary Color

#850ac3 #48c30a

#850ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850ac3 Color CSS Codes

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

#850ac3 Text Font Color

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

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


#850ac3 Background Color

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

This div background color is #850ac3


#850ac3 Border Color

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

This div border color is #850ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850ac3


Comments

No comments written yet.

Please login to write comment.