Color Hex Logo

#b356bb Color Hex

#B356BB
(179,86,187)
0 Favorites   0 Comments

Color spaces of #b356bb

RGB 17986187
HSL0.820.430.54
HSV295°54°73°
CMYK 0.040.540.00   0.27
XYZ30.887819.827149.2128
Yxy19.82710.30910.1984
Hunter Lab44.527645.8980-34.3591
CIE-Lab51.641252.2013-36.8635

#b356bb color RGB value is (179,86,187).

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

The process color (four color CMYK) of #b356bb color hex is 0.04, 0.54, 0.00, 0.27. Web safe color of #b356bb is #cc66cc. Color #b356bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 10111011
Octal 263 126 273
Decimal 179 86 187
Hex B3 56 BB

RGB Percentages of Color #b356bb

%39.60
%19.03
%41.37

CMYK Percentages of Color #b356bb

%4
%54
%0
%27

Triadic Colors of #b356bb

#b356bb #bbb356 #56bbb3

Analogous Colors of #b356bb

#b356bb #bb5691 #8156bb

Monochromatic Colors of #b356bb

#b356bb

Complementary Color

#b356bb #5ebb56

#b356bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b356bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b356bb Color CSS Codes

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

#b356bb Text Font Color

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

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


#b356bb Background Color

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

This div background color is #b356bb


#b356bb Border Color

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

This div border color is #b356bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,86,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b356bb


Comments

No comments written yet.

Please login to write comment.