Color Hex Logo

#b659bd Color Hex

#B659BD
(182,89,189)
0 Favorites   0 Comments

Color spaces of #b659bd

RGB 18289189
HSL0.820.430.55
HSV296°53°74°
CMYK 0.040.530.00   0.26
XYZ32.049120.764050.4628
Yxy20.76400.31030.2011
Hunter Lab45.567545.8016-33.7622
CIE-Lab52.690251.9347-36.3434

#b659bd color RGB value is (182,89,189).

#b659bd hex color red value is 182, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b659bd hue: 0.82 , saturation: 0.43 and the lightness value of b659bd is 0.55.

The process color (four color CMYK) of #b659bd color hex is 0.04, 0.53, 0.00, 0.26. Web safe color of #b659bd is #cc66cc. Color #b659bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 10111101
Octal 266 131 275
Decimal 182 89 189
Hex B6 59 BD

RGB Percentages of Color #b659bd

%39.57
%19.35
%41.09

CMYK Percentages of Color #b659bd

%4
%53
%0
%26

Triadic Colors of #b659bd

#b659bd #bdb659 #59bdb6

Analogous Colors of #b659bd

#b659bd #bd5992 #8459bd

Monochromatic Colors of #b659bd

#b659bd

Complementary Color

#b659bd #60bd59

#b659bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b659bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b659bd Color CSS Codes

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

#b659bd Text Font Color

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

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


#b659bd Background Color

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

This div background color is #b659bd


#b659bd Border Color

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

This div border color is #b659bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,89,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b659bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b659bd;
  -webkit-box-shadow: 1px 1px 3px 2px #b659bd;
  box-shadow:         1px 1px 3px 2px #b659bd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b659bd


Comments

No comments written yet.

Please login to write comment.