Color Hex Logo

#8b79ae Color Hex

#8B79AE
(139,121,174)
0 Favorites   0 Comments

Color spaces of #8b79ae

RGB 139121174
HSL0.720.250.58
HSV260°30°68°
CMYK 0.200.300.00   0.32
XYZ25.124822.219743.0090
Yxy22.21970.27810.2459
Hunter Lab47.137812.6508-21.1004
CIE-Lab54.259318.0494-25.6081

#8b79ae color RGB value is (139,121,174).

#8b79ae hex color red value is 139, green value is 121 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8b79ae hue: 0.72 , saturation: 0.25 and the lightness value of 8b79ae is 0.58.

The process color (four color CMYK) of #8b79ae color hex is 0.20, 0.30, 0.00, 0.32. Web safe color of #8b79ae is #996699. Color #8b79ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01111001 10101110
Octal 213 171 256
Decimal 139 121 174
Hex 8B 79 AE

RGB Percentages of Color #8b79ae

%32.03
%27.88
%40.09

CMYK Percentages of Color #8b79ae

%20
%30
%0
%32

Triadic Colors of #8b79ae

#8b79ae #ae8b79 #79ae8b

Analogous Colors of #8b79ae

#8b79ae #a679ae #7982ae

Monochromatic Colors of #8b79ae

#8b79ae

Complementary Color

#8b79ae #9cae79

#8b79ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b79ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b79ae Color CSS Codes

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

#8b79ae Text Font Color

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

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


#8b79ae Background Color

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

This div background color is #8b79ae


#8b79ae Border Color

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

This div border color is #8b79ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,121,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b79ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b79ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8b79ae;
  box-shadow:         1px 1px 3px 2px #8b79ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b79ae


Comments

No comments written yet.

Please login to write comment.