Color Hex Logo

#b36eef Color Hex

#B36EEF
(179,110,239)
0 Favorites   0 Comments

Color spaces of #b36eef

RGB 179110239
HSL0.760.800.68
HSV272°54°94°
CMYK 0.250.540.00   0.06
XYZ39.746326.967684.7718
Yxy26.96760.26240.1780
Hunter Lab51.930345.7418-60.4346
CIE-Lab58.944350.8647-54.7755

#b36eef color RGB value is (179,110,239).

#b36eef hex color red value is 179, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b36eef hue: 0.76 , saturation: 0.80 and the lightness value of b36eef is 0.68.

The process color (four color CMYK) of #b36eef color hex is 0.25, 0.54, 0.00, 0.06. Web safe color of #b36eef is #cc66ff. Color #b36eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101110 11101111
Octal 263 156 357
Decimal 179 110 239
Hex B3 6E EF

RGB Percentages of Color #b36eef

%33.90
%20.83
%45.27

CMYK Percentages of Color #b36eef

%25
%54
%0
%6

Triadic Colors of #b36eef

#b36eef #efb36e #6eefb3

Analogous Colors of #b36eef

#b36eef #ef6eeb #736eef

Monochromatic Colors of #b36eef

#b36eef

Complementary Color

#b36eef #aaef6e

#b36eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36eef Color CSS Codes

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

#b36eef Text Font Color

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

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


#b36eef Background Color

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

This div background color is #b36eef


#b36eef Border Color

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

This div border color is #b36eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36eef


Comments

No comments written yet.

Please login to write comment.