Color Hex Logo

#b36eee Color Hex

#B36EEE
(179,110,238)
0 Favorites   0 Comments

Color spaces of #b36eee

RGB 179110238
HSL0.760.790.68
HSV272°54°93°
CMYK 0.250.540.00   0.07
XYZ39.599026.908683.9957
Yxy26.90860.26310.1788
Hunter Lab51.873545.4840-59.6934
CIE-Lab58.889650.6380-54.3065

#b36eee color RGB value is (179,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101110 11101110
Octal 263 156 356
Decimal 179 110 238
Hex B3 6E EE

RGB Percentages of Color #b36eee

%33.97
%20.87
%45.16

CMYK Percentages of Color #b36eee

%25
%54
%0
%7

Triadic Colors of #b36eee

#b36eee #eeb36e #6eeeb3

Analogous Colors of #b36eee

#b36eee #ee6ee9 #736eee

Monochromatic Colors of #b36eee

#b36eee

Complementary Color

#b36eee #a9ee6e

#b36eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36eee Color CSS Codes

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

#b36eee Text Font Color

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

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


#b36eee Background Color

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

This div background color is #b36eee


#b36eee Border Color

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

This div border color is #b36eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36eee


Comments

No comments written yet.

Please login to write comment.