Color Hex Logo

#b958eb Color Hex

#B958EB
(185,88,235)
0 Favorites   0 Comments

Color spaces of #b958eb

RGB 18588235
HSL0.780.790.63
HSV280°63°92°
CMYK 0.210.630.00   0.08
XYZ38.492723.291981.0643
Yxy23.29190.26950.1631
Hunter Lab48.261757.9106-65.8052
CIE-Lab55.371762.2907-58.2127

#b958eb color RGB value is (185,88,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 11101011
Octal 271 130 353
Decimal 185 88 235
Hex B9 58 EB

RGB Percentages of Color #b958eb

%36.42
%17.32
%46.26

CMYK Percentages of Color #b958eb

%21
%63
%0
%8

Triadic Colors of #b958eb

#b958eb #ebb958 #58ebb9

Analogous Colors of #b958eb

#b958eb #eb58d4 #7058eb

Monochromatic Colors of #b958eb

#b958eb

Complementary Color

#b958eb #8aeb58

#b958eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b958eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b958eb Color CSS Codes

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

#b958eb Text Font Color

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

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


#b958eb Background Color

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

This div background color is #b958eb


#b958eb Border Color

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

This div border color is #b958eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b958eb


Comments

No comments written yet.

Please login to write comment.