Color Hex Logo

#b05aeb Color Hex

#B05AEB
(176,90,235)
0 Favorites   0 Comments

Color spaces of #b05aeb

RGB 17690235
HSL0.770.780.64
HSV276°62°92°
CMYK 0.250.620.00   0.08
XYZ36.556122.540681.0213
Yxy22.54060.26090.1609
Hunter Lab47.476954.3560-67.9469
CIE-Lab54.596059.3238-59.5182

#b05aeb color RGB value is (176,90,235).

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

The process color (four color CMYK) of #b05aeb color hex is 0.25, 0.62, 0.00, 0.08. Web safe color of #b05aeb is #9966ff. Color #b05aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011010 11101011
Octal 260 132 353
Decimal 176 90 235
Hex B0 5A EB

RGB Percentages of Color #b05aeb

%35.13
%17.96
%46.91

CMYK Percentages of Color #b05aeb

%25
%62
%0
%8

Triadic Colors of #b05aeb

#b05aeb #ebb05a #5aebb0

Analogous Colors of #b05aeb

#b05aeb #eb5ade #685aeb

Monochromatic Colors of #b05aeb

#b05aeb

Complementary Color

#b05aeb #95eb5a

#b05aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05aeb Color CSS Codes

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

#b05aeb Text Font Color

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

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


#b05aeb Background Color

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

This div background color is #b05aeb


#b05aeb Border Color

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

This div border color is #b05aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05aeb


Comments

No comments written yet.

Please login to write comment.