Color Hex Logo

#b15aeb Color Hex

#B15AEB
(177,90,235)
0 Favorites   0 Comments

Color spaces of #b15aeb

RGB 17790235
HSL0.770.780.64
HSV276°62°92°
CMYK 0.250.620.00   0.08
XYZ36.783022.657681.0319
Yxy22.65760.26190.1613
Hunter Lab47.600054.6363-67.6124
CIE-Lab54.717959.5490-59.3159

#b15aeb color RGB value is (177,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011010 11101011
Octal 261 132 353
Decimal 177 90 235
Hex B1 5A EB

RGB Percentages of Color #b15aeb

%35.26
%17.93
%46.81

CMYK Percentages of Color #b15aeb

%25
%62
%0
%8

Triadic Colors of #b15aeb

#b15aeb #ebb15a #5aebb1

Analogous Colors of #b15aeb

#b15aeb #eb5add #695aeb

Monochromatic Colors of #b15aeb

#b15aeb

Complementary Color

#b15aeb #94eb5a

#b15aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15aeb Color CSS Codes

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

#b15aeb Text Font Color

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

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


#b15aeb Background Color

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

This div background color is #b15aeb


#b15aeb Border Color

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

This div border color is #b15aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15aeb


Comments

No comments written yet.

Please login to write comment.