Color Hex Logo

#b36aff Color Hex

#B36AFF
(179,106,255)
0 Favorites   0 Comments

Color spaces of #b36aff

RGB 179106255
HSL0.751.000.71
HSV269°58°100°
CMYK 0.300.580.00   0.00
XYZ41.794427.111897.6380
Yxy27.11180.25100.1628
Hunter Lab52.069052.1565-74.7303
CIE-Lab59.077756.6049-63.4190

#b36aff color RGB value is (179,106,255).

#b36aff hex color red value is 179, green value is 106 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b36aff hue: 0.75 , saturation: 1.00 and the lightness value of b36aff is 0.71.

The process color (four color CMYK) of #b36aff color hex is 0.30, 0.58, 0.00, 0.00. Web safe color of #b36aff is #cc66ff. Color #b36aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101010 11111111
Octal 263 152 377
Decimal 179 106 255
Hex B3 6A FF

RGB Percentages of Color #b36aff

%33.15
%19.63
%47.22

CMYK Percentages of Color #b36aff

%30
%58
%0
%0

Triadic Colors of #b36aff

#b36aff #ffb36a #6affb3

Analogous Colors of #b36aff

#b36aff #fe6aff #6a6cff

Monochromatic Colors of #b36aff

#b36aff

Complementary Color

#b36aff #b6ff6a

#b36aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36aff Color CSS Codes

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

#b36aff Text Font Color

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

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


#b36aff Background Color

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

This div background color is #b36aff


#b36aff Border Color

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

This div border color is #b36aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36aff

Related Colors

#b36aff Color Palettes


Comments

No comments written yet.

Please login to write comment.