Color Hex Logo

#b451eb Color Hex

#B451EB
(180,81,235)
0 Favorites   0 Comments

Color spaces of #b451eb

RGB 18081235
HSL0.770.790.62
HSV279°66°92°
CMYK 0.230.660.00   0.08
XYZ36.760221.586380.8264
Yxy21.58630.26410.1551
Hunter Lab46.461159.9232-70.6216
CIE-Lab53.585364.3556-61.1153

#b451eb color RGB value is (180,81,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010001 11101011
Octal 264 121 353
Decimal 180 81 235
Hex B4 51 EB

RGB Percentages of Color #b451eb

%36.29
%16.33
%47.38

CMYK Percentages of Color #b451eb

%23
%66
%0
%8

Triadic Colors of #b451eb

#b451eb #ebb451 #51ebb4

Analogous Colors of #b451eb

#b451eb #eb51d5 #6751eb

Monochromatic Colors of #b451eb

#b451eb

Complementary Color

#b451eb #88eb51

#b451eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b451eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b451eb Color CSS Codes

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

#b451eb Text Font Color

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

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


#b451eb Background Color

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

This div background color is #b451eb


#b451eb Border Color

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

This div border color is #b451eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b451eb


Comments

No comments written yet.

Please login to write comment.