Color Hex Logo

#b26dbd Color Hex

#B26DBD
(178,109,189)
0 Favorites   0 Comments

Color spaces of #b26dbd

RGB 178109189
HSL0.810.380.58
HSV292°42°74°
CMYK 0.060.420.00   0.26
XYZ33.014024.076451.0513
Yxy24.07640.30530.2226
Hunter Lab49.067734.2308-27.3394
CIE-Lab56.164240.4187-30.9532

#b26dbd color RGB value is (178,109,189).

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

The process color (four color CMYK) of #b26dbd color hex is 0.06, 0.42, 0.00, 0.26. Web safe color of #b26dbd is #9966cc. Color #b26dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101101 10111101
Octal 262 155 275
Decimal 178 109 189
Hex B2 6D BD

RGB Percentages of Color #b26dbd

%37.39
%22.90
%39.71

CMYK Percentages of Color #b26dbd

%6
%42
%0
%26

Triadic Colors of #b26dbd

#b26dbd #bdb26d #6dbdb2

Analogous Colors of #b26dbd

#b26dbd #bd6da0 #8a6dbd

Monochromatic Colors of #b26dbd

#b26dbd

Complementary Color

#b26dbd #78bd6d

#b26dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26dbd Color CSS Codes

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

#b26dbd Text Font Color

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

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


#b26dbd Background Color

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

This div background color is #b26dbd


#b26dbd Border Color

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

This div border color is #b26dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26dbd


Comments

No comments written yet.

Please login to write comment.