Color Hex Logo

#b359ff Color Hex

#B359FF
(179,89,255)
0 Favorites   0 Comments

Color spaces of #b359ff

RGB 17989255
HSL0.761.000.67
HSV273°65°100°
CMYK 0.300.650.00   0.00
XYZ40.212823.948597.1108
Yxy23.94850.24930.1485
Hunter Lab48.937261.0374-83.3988
CIE-Lab56.036264.8568-68.3152

#b359ff color RGB value is (179,89,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 11111111
Octal 263 131 377
Decimal 179 89 255
Hex B3 59 FF

RGB Percentages of Color #b359ff

%34.23
%17.02
%48.76

CMYK Percentages of Color #b359ff

%30
%65
%0
%0

Triadic Colors of #b359ff

#b359ff #ffb359 #59ffb3

Analogous Colors of #b359ff

#b359ff #ff59f8 #6059ff

Monochromatic Colors of #b359ff

#b359ff

Complementary Color

#b359ff #a5ff59

#b359ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359ff Color CSS Codes

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

#b359ff Text Font Color

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

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


#b359ff Background Color

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

This div background color is #b359ff


#b359ff Border Color

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

This div border color is #b359ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359ff

Related Colors


Comments

No comments written yet.

Please login to write comment.