Color Hex Logo

#810085 Color Hex

#810085
(129,0,133)
0 Favorites   0 Comments

Color spaces of #810085

RGB 1290133
HSL0.831.000.26
HSV298°100°52°
CMYK 0.031.000.00   0.48
XYZ13.28696.360622.7177
Yxy6.36060.31360.1501
Hunter Lab25.220249.9046-35.7527
CIE-Lab30.304659.9079-38.7864

#810085 color RGB value is (129,0,133).

#810085 hex color red value is 129, green value is 0 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #810085 hue: 0.83 , saturation: 1.00 and the lightness value of 810085 is 0.26.

The process color (four color CMYK) of #810085 color hex is 0.03, 1.00, 0.00, 0.48. Web safe color of #810085 is #990099. Color #810085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00000000 10000101
Octal 201 0 205
Decimal 129 0 133
Hex 81 0 85

RGB Percentages of Color #810085

%49.24
%0.00
%50.76

CMYK Percentages of Color #810085

%3
%100
%0
%48

Triadic Colors of #810085

#810085 #858100 #008581

Analogous Colors of #810085

#810085 #850046 #3f0085

Monochromatic Colors of #810085

#810085

Complementary Color

#810085 #048500

#810085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#810085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#810085 Color CSS Codes

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

#810085 Text Font Color

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

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


#810085 Background Color

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

This div background color is #810085


#810085 Border Color

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

This div border color is #810085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #810085


Comments

No comments written yet.

Please login to write comment.