Color Hex Logo

#b359eb Color Hex

#B359EB
(179,89,235)
0 Favorites   0 Comments

Color spaces of #b359eb

RGB 17989235
HSL0.770.780.64
HSV277°62°92°
CMYK 0.240.620.00   0.08
XYZ37.158222.726681.0255
Yxy22.72660.26370.1613
Hunter Lab47.672455.7048-67.4004
CIE-Lab54.789660.4746-59.1875

#b359eb color RGB value is (179,89,235).

#b359eb hex color red value is 179, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b359eb hue: 0.77 , saturation: 0.78 and the lightness value of b359eb is 0.64.

The process color (four color CMYK) of #b359eb color hex is 0.24, 0.62, 0.00, 0.08. Web safe color of #b359eb is #cc66ff. Color #b359eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 11101011
Octal 263 131 353
Decimal 179 89 235
Hex B3 59 EB

RGB Percentages of Color #b359eb

%35.59
%17.69
%46.72

CMYK Percentages of Color #b359eb

%24
%62
%0
%8

Triadic Colors of #b359eb

#b359eb #ebb359 #59ebb3

Analogous Colors of #b359eb

#b359eb #eb59da #6a59eb

Monochromatic Colors of #b359eb

#b359eb

Complementary Color

#b359eb #91eb59

#b359eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359eb Color CSS Codes

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

#b359eb Text Font Color

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

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


#b359eb Background Color

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

This div background color is #b359eb


#b359eb Border Color

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

This div border color is #b359eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359eb


Comments

No comments written yet.

Please login to write comment.