Color Hex Logo

#b959eb Color Hex

#B959EB
(185,89,235)
0 Favorites   0 Comments

Color spaces of #b959eb

RGB 18589235
HSL0.780.780.64
HSV279°62°92°
CMYK 0.210.620.00   0.08
XYZ38.575423.457281.0918
Yxy23.45720.26950.1639
Hunter Lab48.432657.4137-65.3677
CIE-Lab55.540261.8294-57.9428

#b959eb color RGB value is (185,89,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011001 11101011
Octal 271 131 353
Decimal 185 89 235
Hex B9 59 EB

RGB Percentages of Color #b959eb

%36.35
%17.49
%46.17

CMYK Percentages of Color #b959eb

%21
%62
%0
%8

Triadic Colors of #b959eb

#b959eb #ebb959 #59ebb9

Analogous Colors of #b959eb

#b959eb #eb59d4 #7059eb

Monochromatic Colors of #b959eb

#b959eb

Complementary Color

#b959eb #8beb59

#b959eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b959eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b959eb Color CSS Codes

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

#b959eb Text Font Color

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

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


#b959eb Background Color

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

This div background color is #b959eb


#b959eb Border Color

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

This div border color is #b959eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b959eb


Comments

No comments written yet.

Please login to write comment.