Color Hex Logo

#85129e Color Hex

#85129E
(133,18,158)
0 Favorites   0 Comments

Color spaces of #85129e

RGB 13318158
HSL0.800.800.35
HSV289°89°62°
CMYK 0.160.890.00   0.38
XYZ16.06077.887833.0238
Yxy7.88780.28190.1384
Hunter Lab28.085252.9271-50.0560
CIE-Lab33.748161.9943-48.6025

#85129e color RGB value is (133,18,158).

#85129e hex color red value is 133, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #85129e hue: 0.80 , saturation: 0.80 and the lightness value of 85129e is 0.35.

The process color (four color CMYK) of #85129e color hex is 0.16, 0.89, 0.00, 0.38. Web safe color of #85129e is #990099. Color #85129e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010010 10011110
Octal 205 22 236
Decimal 133 18 158
Hex 85 12 9E

RGB Percentages of Color #85129e

%43.04
%5.83
%51.13

CMYK Percentages of Color #85129e

%16
%89
%0
%38

Triadic Colors of #85129e

#85129e #9e8512 #129e85

Analogous Colors of #85129e

#85129e #9e1271 #3f129e

Monochromatic Colors of #85129e

#85129e

Complementary Color

#85129e #2b9e12

#85129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85129e Color CSS Codes

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

#85129e Text Font Color

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

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


#85129e Background Color

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

This div background color is #85129e


#85129e Border Color

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

This div border color is #85129e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85129e


Comments

No comments written yet.

Please login to write comment.