Color Hex Logo

#b01aeb Color Hex

#B01AEB
(176,26,235)
0 Favorites   0 Comments

Color spaces of #b01aeb

RGB 17626235
HSL0.790.840.51
HSV283°89°92°
CMYK 0.250.890.00   0.08
XYZ33.269315.967179.9257
Yxy15.96710.25760.1236
Hunter Lab39.958978.6891-90.6207
CIE-Lab46.931381.1194-71.9125

#b01aeb color RGB value is (176,26,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011010 11101011
Octal 260 32 353
Decimal 176 26 235
Hex B0 1A EB

RGB Percentages of Color #b01aeb

%40.27
%5.95
%53.78

CMYK Percentages of Color #b01aeb

%25
%89
%0
%8

Triadic Colors of #b01aeb

#b01aeb #ebb01a #1aebb0

Analogous Colors of #b01aeb

#b01aeb #eb1abe #471aeb

Monochromatic Colors of #b01aeb

#b01aeb

Complementary Color

#b01aeb #55eb1a

#b01aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01aeb Color CSS Codes

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

#b01aeb Text Font Color

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

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


#b01aeb Background Color

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

This div background color is #b01aeb


#b01aeb Border Color

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

This div border color is #b01aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01aeb


Comments

No comments written yet.

Please login to write comment.