Color Hex Logo

#85109b Color Hex

#85109B
(133,16,155)
0 Favorites   0 Comments

Color spaces of #85109b

RGB 13316155
HSL0.810.810.34
HSV291°90°61°
CMYK 0.140.900.00   0.39
XYZ15.77467.723731.6698
Yxy7.72370.28590.1400
Hunter Lab27.791552.6822-48.1097
CIE-Lab33.400761.8406-47.3394

#85109b color RGB value is (133,16,155).

#85109b hex color red value is 133, green value is 16 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #85109b hue: 0.81 , saturation: 0.81 and the lightness value of 85109b is 0.34.

The process color (four color CMYK) of #85109b color hex is 0.14, 0.90, 0.00, 0.39. Web safe color of #85109b is #990099. Color #85109b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010000 10011011
Octal 205 20 233
Decimal 133 16 155
Hex 85 10 9B

RGB Percentages of Color #85109b

%43.75
%5.26
%50.99

CMYK Percentages of Color #85109b

%14
%90
%0
%39

Triadic Colors of #85109b

#85109b #9b8510 #109b85

Analogous Colors of #85109b

#85109b #9b106c #40109b

Monochromatic Colors of #85109b

#85109b

Complementary Color

#85109b #269b10

#85109b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85109b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85109b Color CSS Codes

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

#85109b Text Font Color

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

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


#85109b Background Color

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

This div background color is #85109b


#85109b Border Color

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

This div border color is #85109b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85109b


Comments

No comments written yet.

Please login to write comment.