Color Hex Logo

#b046eb Color Hex

#B046EB
(176,70,235)
0 Favorites   0 Comments

Color spaces of #b046eb

RGB 17670235
HSL0.770.800.60
HSV279°70°92°
CMYK 0.250.700.00   0.08
XYZ35.090119.608680.5326
Yxy19.60860.25950.1450
Hunter Lab44.281663.9561-76.8305
CIE-Lab51.391868.2078-64.6776

#b046eb color RGB value is (176,70,235).

#b046eb hex color red value is 176, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b046eb hue: 0.77 , saturation: 0.80 and the lightness value of b046eb is 0.60.

The process color (four color CMYK) of #b046eb color hex is 0.25, 0.70, 0.00, 0.08. Web safe color of #b046eb is #9933ff. Color #b046eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000110 11101011
Octal 260 106 353
Decimal 176 70 235
Hex B0 46 EB

RGB Percentages of Color #b046eb

%36.59
%14.55
%48.86

CMYK Percentages of Color #b046eb

%25
%70
%0
%8

Triadic Colors of #b046eb

#b046eb #ebb046 #46ebb0

Analogous Colors of #b046eb

#b046eb #eb46d4 #5e46eb

Monochromatic Colors of #b046eb

#b046eb

Complementary Color

#b046eb #81eb46

#b046eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b046eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b046eb Color CSS Codes

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

#b046eb Text Font Color

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

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


#b046eb Background Color

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

This div background color is #b046eb


#b046eb Border Color

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

This div border color is #b046eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b046eb


Comments

No comments written yet.

Please login to write comment.