Color Hex Logo

#8b80be Color Hex

#8B80BE
(139,128,190)
0 Favorites   0 Comments

Color spaces of #8b80be

RGB 139128190
HSL0.700.320.62
HSV251°33°75°
CMYK 0.270.330.00   0.25
XYZ27.660924.645052.0143
Yxy24.64500.26520.2362
Hunter Lab49.643712.5816-27.3706
CIE-Lab56.727917.8619-30.9522

#8b80be color RGB value is (139,128,190).

#8b80be hex color red value is 139, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8b80be hue: 0.70 , saturation: 0.32 and the lightness value of 8b80be is 0.62.

The process color (four color CMYK) of #8b80be color hex is 0.27, 0.33, 0.00, 0.25. Web safe color of #8b80be is #9999cc. Color #8b80be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000000 10111110
Octal 213 200 276
Decimal 139 128 190
Hex 8B 80 BE

RGB Percentages of Color #8b80be

%30.42
%28.01
%41.58

CMYK Percentages of Color #8b80be

%27
%33
%0
%25

Triadic Colors of #8b80be

#8b80be #be8b80 #80be8b

Analogous Colors of #8b80be

#8b80be #aa80be #8094be

Monochromatic Colors of #8b80be

#8b80be

Complementary Color

#8b80be #b3be80

#8b80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b80be Color CSS Codes

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

#8b80be Text Font Color

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

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


#8b80be Background Color

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

This div background color is #8b80be


#8b80be Border Color

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

This div border color is #8b80be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b80be


Comments

No comments written yet.

Please login to write comment.