Color Hex Logo

#850781 Color Hex

#850781
(133,7,129)
0 Favorites   0 Comments

Color spaces of #850781

RGB 1337129
HSL0.840.900.27
HSV302°95°52°
CMYK 0.000.950.03   0.48
XYZ13.71136.723521.3440
Yxy6.72350.32820.1609
Hunter Lab25.929749.0115-30.6537
CIE-Lab31.169058.9161-34.8552

#850781 color RGB value is (133,7,129).

#850781 hex color red value is 133, green value is 7 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #850781 hue: 0.84 , saturation: 0.90 and the lightness value of 850781 is 0.27.

The process color (four color CMYK) of #850781 color hex is 0.00, 0.95, 0.03, 0.48. Web safe color of #850781 is #990099. Color #850781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000111 10000001
Octal 205 7 201
Decimal 133 7 129
Hex 85 7 81

RGB Percentages of Color #850781

%49.44
%2.60
%47.96

CMYK Percentages of Color #850781

%0
%95
%3
%48

Triadic Colors of #850781

#850781 #818507 #078185

Analogous Colors of #850781

#850781 #850742 #4a0785

Monochromatic Colors of #850781

#850781

Complementary Color

#850781 #07850b

#850781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850781 Color CSS Codes

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

#850781 Text Font Color

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

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


#850781 Background Color

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

This div background color is #850781


#850781 Border Color

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

This div border color is #850781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850781


Comments

No comments written yet.

Please login to write comment.