Color Hex Logo

#b356bd Color Hex

#B356BD
(179,86,189)
0 Favorites   0 Comments

Color spaces of #b356bd

RGB 17986189
HSL0.820.440.54
HSV294°54°74°
CMYK 0.050.540.00   0.26
XYZ31.103519.913450.3484
Yxy19.91340.30680.1965
Hunter Lab44.624446.3228-35.6580
CIE-Lab51.739252.5772-37.8662

#b356bd color RGB value is (179,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 10111101
Octal 263 126 275
Decimal 179 86 189
Hex B3 56 BD

RGB Percentages of Color #b356bd

%39.43
%18.94
%41.63

CMYK Percentages of Color #b356bd

%5
%54
%0
%26

Triadic Colors of #b356bd

#b356bd #bdb356 #56bdb3

Analogous Colors of #b356bd

#b356bd #bd5694 #8056bd

Monochromatic Colors of #b356bd

#b356bd

Complementary Color

#b356bd #60bd56

#b356bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b356bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b356bd Color CSS Codes

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

#b356bd Text Font Color

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

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


#b356bd Background Color

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

This div background color is #b356bd


#b356bd Border Color

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

This div border color is #b356bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b356bd


Comments

No comments written yet.

Please login to write comment.