color codes Logo

#b36dbd color codes

#B36DBD
(179,109,189)
0 Favorites   0 Comments

Color spaces of #b36dbd

RGB 179109189
HSL0.810.380.58
HSV293°42°74°
CMYK 0.050.420.00   0.26
XYZ33.244424.195151.0621
Yxy24.19510.30640.2230
Hunter Lab49.188534.5606-27.1164
CIE-Lab56.282640.7241-30.7600

#b36dbd color RGB value is (179,109,189).

#b36dbd hex color red value is 179, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b36dbd hue: 0.81 , saturation: 0.38 and the lightness value of b36dbd is 0.58.

The process color (four color CMYK) of #b36dbd color code is 0.05, 0.42, 0.00, 0.26. Web safe color of #b36dbd is #cc66cc. Color #b36dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 10111101
Octal 263 155 275
Decimal 179 109 189
Hex B3 6D BD

RGB Percentages of Color #b36dbd

%37.53
%22.85
%39.62

CMYK Percentages of Color #b36dbd

%5
%42
%0
%26

Triadic Colors of #b36dbd

#b36dbd #bdb36d #6dbdb3

Analogous Colors of #b36dbd

#b36dbd #bd6d9f #8b6dbd

Monochromatic Colors of #b36dbd

#b36dbd

Complementary Color

#b36dbd #77bd6d

#b36dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36dbd Color CSS Codes

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

#b36dbd Text Font Color

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

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


#b36dbd Background Color

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

This div background color is #b36dbd


#b36dbd Border Color

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

This div border color is #b36dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36dbd


Comments

No comments written yet.

Please login to write comment.