Color Hex Logo

#b359fb Color Hex

#B359FB
(179,89,251)
0 Favorites   0 Comments

Color spaces of #b359fb

RGB 17989251
HSL0.760.950.67
HSV273°65°98°
CMYK 0.290.650.00   0.02
XYZ39.575423.693593.7542
Yxy23.69350.25200.1509
Hunter Lab48.676059.9443-80.1246
CIE-Lab55.779663.9690-66.5135

#b359fb color RGB value is (179,89,251).

#b359fb hex color red value is 179, green value is 89 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b359fb hue: 0.76 , saturation: 0.95 and the lightness value of b359fb is 0.67.

The process color (four color CMYK) of #b359fb color hex is 0.29, 0.65, 0.00, 0.02. Web safe color of #b359fb is #cc66ff. Color #b359fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 11111011
Octal 263 131 373
Decimal 179 89 251
Hex B3 59 FB

RGB Percentages of Color #b359fb

%34.49
%17.15
%48.36

CMYK Percentages of Color #b359fb

%29
%65
%0
%2

Triadic Colors of #b359fb

#b359fb #fbb359 #59fbb3

Analogous Colors of #b359fb

#b359fb #fb59f2 #6259fb

Monochromatic Colors of #b359fb

#b359fb

Complementary Color

#b359fb #a1fb59

#b359fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359fb Color CSS Codes

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

#b359fb Text Font Color

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

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


#b359fb Background Color

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

This div background color is #b359fb


#b359fb Border Color

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

This div border color is #b359fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359fb


Comments

No comments written yet.

Please login to write comment.