Color Hex Logo

#b36cee Color Hex

#B36CEE
(179,108,238)
0 Favorites   0 Comments

Color spaces of #b36cee

RGB 179108238
HSL0.760.790.68
HSV273°55°93°
CMYK 0.250.550.00   0.07
XYZ39.385626.481983.9246
Yxy26.48190.26290.1768
Hunter Lab51.460646.5599-60.6709
CIE-Lab58.491751.6813-54.9409

#b36cee color RGB value is (179,108,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101100 11101110
Octal 263 154 356
Decimal 179 108 238
Hex B3 6C EE

RGB Percentages of Color #b36cee

%34.10
%20.57
%45.33

CMYK Percentages of Color #b36cee

%25
%55
%0
%7

Triadic Colors of #b36cee

#b36cee #eeb36c #6ceeb3

Analogous Colors of #b36cee

#b36cee #ee6ce8 #726cee

Monochromatic Colors of #b36cee

#b36cee

Complementary Color

#b36cee #a7ee6c

#b36cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36cee Color CSS Codes

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

#b36cee Text Font Color

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

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


#b36cee Background Color

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

This div background color is #b36cee


#b36cee Border Color

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

This div border color is #b36cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36cee


Comments

No comments written yet.

Please login to write comment.