Color Hex Logo

#b36bfa Color Hex

#B36BFA
(179,107,250)
0 Favorites   0 Comments

Color spaces of #b36bfa

RGB 179107250
HSL0.750.930.70
HSV270°57°98°
CMYK 0.280.570.00   0.02
XYZ41.103427.001293.4878
Yxy27.00120.25440.1671
Hunter Lab51.962750.2620-70.2968
CIE-Lab58.975454.9385-60.8230

#b36bfa color RGB value is (179,107,250).

#b36bfa hex color red value is 179, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b36bfa hue: 0.75 , saturation: 0.93 and the lightness value of b36bfa is 0.70.

The process color (four color CMYK) of #b36bfa color hex is 0.28, 0.57, 0.00, 0.02. Web safe color of #b36bfa is #cc66ff. Color #b36bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101011 11111010
Octal 263 153 372
Decimal 179 107 250
Hex B3 6B FA

RGB Percentages of Color #b36bfa

%33.40
%19.96
%46.64

CMYK Percentages of Color #b36bfa

%28
%57
%0
%2

Triadic Colors of #b36bfa

#b36bfa #fab36b #6bfab3

Analogous Colors of #b36bfa

#b36bfa #fa6bfa #6c6bfa

Monochromatic Colors of #b36bfa

#b36bfa

Complementary Color

#b36bfa #b2fa6b

#b36bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36bfa Color CSS Codes

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

#b36bfa Text Font Color

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

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


#b36bfa Background Color

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

This div background color is #b36bfa


#b36bfa Border Color

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

This div border color is #b36bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,107,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b36bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b36bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #b36bfa;
  box-shadow:         1px 1px 3px 2px #b36bfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,107,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b36bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36bfa


Comments

No comments written yet.

Please login to write comment.