Color Hex Logo

#b357bb Color Hex

#B357BB
(179,87,187)
0 Favorites   0 Comments

Color spaces of #b357bb

RGB 17987187
HSL0.820.420.54
HSV295°53°73°
CMYK 0.040.530.00   0.27
XYZ30.968219.988049.2396
Yxy19.98800.30910.1995
Hunter Lab44.707945.4041-34.0042
CIE-Lab51.823651.7128-36.5767

#b357bb color RGB value is (179,87,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010111 10111011
Octal 263 127 273
Decimal 179 87 187
Hex B3 57 BB

RGB Percentages of Color #b357bb

%39.51
%19.21
%41.28

CMYK Percentages of Color #b357bb

%4
%53
%0
%27

Triadic Colors of #b357bb

#b357bb #bbb357 #57bbb3

Analogous Colors of #b357bb

#b357bb #bb5791 #8157bb

Monochromatic Colors of #b357bb

#b357bb

Complementary Color

#b357bb #5fbb57

#b357bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b357bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b357bb Color CSS Codes

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

#b357bb Text Font Color

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

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


#b357bb Background Color

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

This div background color is #b357bb


#b357bb Border Color

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

This div border color is #b357bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b357bb


Comments

No comments written yet.

Please login to write comment.