Color Hex Logo

#b950eb Color Hex

#B950EB
(185,80,235)
0 Favorites   0 Comments

Color spaces of #b950eb

RGB 18580235
HSL0.780.790.62
HSV281°66°92°
CMYK 0.210.660.00   0.08
XYZ37.871622.049880.8572
Yxy22.04980.26900.1566
Hunter Lab46.957261.7874-69.2234
CIE-Lab54.079865.8590-60.2857

#b950eb color RGB value is (185,80,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010000 11101011
Octal 271 120 353
Decimal 185 80 235
Hex B9 50 EB

RGB Percentages of Color #b950eb

%37.00
%16.00
%47.00

CMYK Percentages of Color #b950eb

%21
%66
%0
%8

Triadic Colors of #b950eb

#b950eb #ebb950 #50ebb9

Analogous Colors of #b950eb

#b950eb #eb50d0 #6c50eb

Monochromatic Colors of #b950eb

#b950eb

Complementary Color

#b950eb #82eb50

#b950eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b950eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b950eb Color CSS Codes

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

#b950eb Text Font Color

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

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


#b950eb Background Color

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

This div background color is #b950eb


#b950eb Border Color

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

This div border color is #b950eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b950eb


Comments

No comments written yet.

Please login to write comment.