Color Hex Logo

#8b84bd Color Hex

#8B84BD
(139,132,189)
0 Favorites   0 Comments

Color spaces of #8b84bd

RGB 139132189
HSL0.690.300.63
HSV247°30°74°
CMYK 0.260.300.00   0.26
XYZ28.084025.665651.6179
Yxy25.66560.26650.2436
Hunter Lab50.661210.2941-24.9468
CIE-Lab57.718315.2739-28.8464

#8b84bd color RGB value is (139,132,189).

#8b84bd hex color red value is 139, green value is 132 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8b84bd hue: 0.69 , saturation: 0.30 and the lightness value of 8b84bd is 0.63.

The process color (four color CMYK) of #8b84bd color hex is 0.26, 0.30, 0.00, 0.26. Web safe color of #8b84bd is #9999cc. Color #8b84bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000100 10111101
Octal 213 204 275
Decimal 139 132 189
Hex 8B 84 BD

RGB Percentages of Color #8b84bd

%30.22
%28.70
%41.09

CMYK Percentages of Color #8b84bd

%26
%30
%0
%26

Triadic Colors of #8b84bd

#8b84bd #bd8b84 #84bd8b

Analogous Colors of #8b84bd

#8b84bd #a884bd #849abd

Monochromatic Colors of #8b84bd

#8b84bd

Complementary Color

#8b84bd #b6bd84

#8b84bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b84bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b84bd Color CSS Codes

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

#8b84bd Text Font Color

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

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


#8b84bd Background Color

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

This div background color is #8b84bd


#8b84bd Border Color

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

This div border color is #8b84bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b84bd


Comments

No comments written yet.

Please login to write comment.