Color Hex Logo

#81079b Color Hex

#81079B
(129,7,155)
0 Favorites   0 Comments

Color spaces of #81079b

RGB 1297155
HSL0.800.910.32
HSV289°95°61°
CMYK 0.170.950.00   0.39
XYZ15.04567.185631.6043
Yxy7.18560.27950.1335
Hunter Lab26.806053.2777-51.1389
CIE-Lab32.225862.6053-49.2737

#81079b color RGB value is (129,7,155).

#81079b hex color red value is 129, green value is 7 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #81079b hue: 0.80 , saturation: 0.91 and the lightness value of 81079b is 0.32.

The process color (four color CMYK) of #81079b color hex is 0.17, 0.95, 0.00, 0.39. Web safe color of #81079b is #990099. Color #81079b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00000111 10011011
Octal 201 7 233
Decimal 129 7 155
Hex 81 7 9B

RGB Percentages of Color #81079b

%44.33
%2.41
%53.26

CMYK Percentages of Color #81079b

%17
%95
%0
%39

Triadic Colors of #81079b

#81079b #9b8107 #079b81

Analogous Colors of #81079b

#81079b #9b076b #37079b

Monochromatic Colors of #81079b

#81079b

Complementary Color

#81079b #219b07

#81079b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81079b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81079b Color CSS Codes

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

#81079b Text Font Color

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

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


#81079b Background Color

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

This div background color is #81079b


#81079b Border Color

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

This div border color is #81079b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,7,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 #81079b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81079b


Comments

No comments written yet.

Please login to write comment.