Color Hex Logo

#b36def Color Hex

#B36DEF
(179,109,239)
0 Favorites   0 Comments

Color spaces of #b36def

RGB 179109239
HSL0.760.800.68
HSV272°54°94°
CMYK 0.250.540.00   0.06
XYZ39.639026.753084.7360
Yxy26.75300.26230.1770
Hunter Lab51.723346.2806-60.9259
CIE-Lab58.745051.3871-55.0932

#b36def color RGB value is (179,109,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 11101111
Octal 263 155 357
Decimal 179 109 239
Hex B3 6D EF

RGB Percentages of Color #b36def

%33.97
%20.68
%45.35

CMYK Percentages of Color #b36def

%25
%54
%0
%6

Triadic Colors of #b36def

#b36def #efb36d #6defb3

Analogous Colors of #b36def

#b36def #ef6dea #726def

Monochromatic Colors of #b36def

#b36def

Complementary Color

#b36def #a9ef6d

#b36def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36def Color CSS Codes

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

#b36def Text Font Color

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

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


#b36def Background Color

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

This div background color is #b36def


#b36def Border Color

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

This div border color is #b36def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36def


Comments

No comments written yet.

Please login to write comment.