Color Hex Logo

#8179b7 Color Hex

#8179B7
(129,121,183)
0 Favorites   0 Comments

Color spaces of #8179b7

RGB 129121183
HSL0.690.300.60
HSV248°34°72°
CMYK 0.300.340.00   0.28
XYZ24.437921.760847.7120
Yxy21.76080.26020.2317
Hunter Lab46.648511.8766-27.9878
CIE-Lab53.772317.1974-31.6128

#8179b7 color RGB value is (129,121,183).

#8179b7 hex color red value is 129, green value is 121 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #8179b7 hue: 0.69 , saturation: 0.30 and the lightness value of 8179b7 is 0.60.

The process color (four color CMYK) of #8179b7 color hex is 0.30, 0.34, 0.00, 0.28. Web safe color of #8179b7 is #9966cc. Color #8179b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111001 10110111
Octal 201 171 267
Decimal 129 121 183
Hex 81 79 B7

RGB Percentages of Color #8179b7

%29.79
%27.94
%42.26

CMYK Percentages of Color #8179b7

%30
%34
%0
%28

Triadic Colors of #8179b7

#8179b7 #b78179 #79b781

Analogous Colors of #8179b7

#8179b7 #a079b7 #7990b7

Monochromatic Colors of #8179b7

#8179b7

Complementary Color

#8179b7 #afb779

#8179b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8179b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8179b7 Color CSS Codes

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

#8179b7 Text Font Color

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

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


#8179b7 Background Color

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

This div background color is #8179b7


#8179b7 Border Color

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

This div border color is #8179b7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,121,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8179b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8179b7;
  -webkit-box-shadow: 1px 1px 3px 2px #8179b7;
  box-shadow:         1px 1px 3px 2px #8179b7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8179b7


Comments

No comments written yet.

Please login to write comment.