Color Hex Logo

#b26cbd Color Hex

#B26CBD
(178,108,189)
0 Favorites   0 Comments

Color spaces of #b26cbd

RGB 178108189
HSL0.810.380.58
HSV292°43°74°
CMYK 0.060.430.00   0.26
XYZ32.908023.864251.0159
Yxy23.86420.30530.2214
Hunter Lab48.851034.7555-27.7218
CIE-Lab55.951640.9587-31.2838

#b26cbd color RGB value is (178,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101100 10111101
Octal 262 154 275
Decimal 178 108 189
Hex B2 6C BD

RGB Percentages of Color #b26cbd

%37.47
%22.74
%39.79

CMYK Percentages of Color #b26cbd

%6
%43
%0
%26

Triadic Colors of #b26cbd

#b26cbd #bdb26c #6cbdb2

Analogous Colors of #b26cbd

#b26cbd #bd6ca0 #8a6cbd

Monochromatic Colors of #b26cbd

#b26cbd

Complementary Color

#b26cbd #77bd6c

#b26cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26cbd Color CSS Codes

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

#b26cbd Text Font Color

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

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


#b26cbd Background Color

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

This div background color is #b26cbd


#b26cbd Border Color

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

This div border color is #b26cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26cbd


Comments

No comments written yet.

Please login to write comment.