Color Hex Logo

#b36cdb Color Hex

#B36CDB
(179,108,219)
0 Favorites   0 Comments

Color spaces of #b36cdb

RGB 179108219
HSL0.770.610.64
HSV278°51°86°
CMYK 0.180.510.00   0.14
XYZ36.739225.423369.9887
Yxy25.42330.27800.1924
Hunter Lab50.421541.8248-47.0037
CIE-Lab57.485647.4747-45.9055

#b36cdb color RGB value is (179,108,219).

#b36cdb hex color red value is 179, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b36cdb hue: 0.77 , saturation: 0.61 and the lightness value of b36cdb is 0.64.

The process color (four color CMYK) of #b36cdb color hex is 0.18, 0.51, 0.00, 0.14. Web safe color of #b36cdb is #cc66cc. Color #b36cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101100 11011011
Octal 263 154 333
Decimal 179 108 219
Hex B3 6C DB

RGB Percentages of Color #b36cdb

%35.38
%21.34
%43.28

CMYK Percentages of Color #b36cdb

%18
%51
%0
%14

Triadic Colors of #b36cdb

#b36cdb #dbb36c #6cdbb3

Analogous Colors of #b36cdb

#b36cdb #db6ccc #7c6cdb

Monochromatic Colors of #b36cdb

#b36cdb

Complementary Color

#b36cdb #94db6c

#b36cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36cdb Color CSS Codes

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

#b36cdb Text Font Color

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

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


#b36cdb Background Color

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

This div background color is #b36cdb


#b36cdb Border Color

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

This div border color is #b36cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36cdb


Comments

No comments written yet.

Please login to write comment.