Color Hex Logo

#b359bd Color Hex

#B359BD
(179,89,189)
0 Favorites   0 Comments

Color spaces of #b359bd

RGB 17989189
HSL0.820.430.55
HSV294°53°74°
CMYK 0.050.530.00   0.26
XYZ31.348120.402650.4300
Yxy20.40260.30680.1997
Hunter Lab45.169244.8354-34.5769
CIE-Lab52.289451.1065-37.0010

#b359bd color RGB value is (179,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 10111101
Octal 263 131 275
Decimal 179 89 189
Hex B3 59 BD

RGB Percentages of Color #b359bd

%39.17
%19.47
%41.36

CMYK Percentages of Color #b359bd

%5
%53
%0
%26

Triadic Colors of #b359bd

#b359bd #bdb359 #59bdb3

Analogous Colors of #b359bd

#b359bd #bd5995 #8159bd

Monochromatic Colors of #b359bd

#b359bd

Complementary Color

#b359bd #63bd59

#b359bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359bd Color CSS Codes

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

#b359bd Text Font Color

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

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


#b359bd Background Color

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

This div background color is #b359bd


#b359bd Border Color

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

This div border color is #b359bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359bd


Comments

No comments written yet.

Please login to write comment.