Color Hex Logo

#b81aeb Color Hex

#B81AEB
(184,26,235)
0 Favorites   0 Comments

Color spaces of #b81aeb

RGB 18426235
HSL0.790.840.51
HSV285°89°92°
CMYK 0.220.890.00   0.08
XYZ35.132016.927380.0129
Yxy16.92730.26600.1282
Hunter Lab41.142880.4220-86.5049
CIE-Lab48.168382.2448-69.8454

#b81aeb color RGB value is (184,26,235).

#b81aeb hex color red value is 184, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b81aeb hue: 0.79 , saturation: 0.84 and the lightness value of b81aeb is 0.51.

The process color (four color CMYK) of #b81aeb color hex is 0.22, 0.89, 0.00, 0.08. Web safe color of #b81aeb is #cc33ff. Color #b81aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011010 11101011
Octal 270 32 353
Decimal 184 26 235
Hex B8 1A EB

RGB Percentages of Color #b81aeb

%41.35
%5.84
%52.81

CMYK Percentages of Color #b81aeb

%22
%89
%0
%8

Triadic Colors of #b81aeb

#b81aeb #ebb81a #1aebb8

Analogous Colors of #b81aeb

#b81aeb #eb1ab6 #4f1aeb

Monochromatic Colors of #b81aeb

#b81aeb

Complementary Color

#b81aeb #4deb1a

#b81aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81aeb Color CSS Codes

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

#b81aeb Text Font Color

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

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


#b81aeb Background Color

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

This div background color is #b81aeb


#b81aeb Border Color

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

This div border color is #b81aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81aeb


Comments

No comments written yet.

Please login to write comment.