Color Hex Logo

#b26cba Color Hex

#B26CBA
(178,108,186)
0 Favorites   0 Comments

Color spaces of #b26cba

RGB 178108186
HSL0.820.360.58
HSV294°42°73°
CMYK 0.040.420.00   0.27
XYZ32.585623.735349.3183
Yxy23.73530.30850.2247
Hunter Lab48.718934.1316-25.9163
CIE-Lab55.821840.3678-29.7651

#b26cba color RGB value is (178,108,186).

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

The process color (four color CMYK) of #b26cba color hex is 0.04, 0.42, 0.00, 0.27. Web safe color of #b26cba is #9966cc. Color #b26cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101100 10111010
Octal 262 154 272
Decimal 178 108 186
Hex B2 6C BA

RGB Percentages of Color #b26cba

%37.71
%22.88
%39.41

CMYK Percentages of Color #b26cba

%4
%42
%0
%27

Triadic Colors of #b26cba

#b26cba #bab26c #6cbab2

Analogous Colors of #b26cba

#b26cba #ba6c9b #8b6cba

Monochromatic Colors of #b26cba

#b26cba

Complementary Color

#b26cba #74ba6c

#b26cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26cba Color CSS Codes

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

#b26cba Text Font Color

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

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


#b26cba Background Color

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

This div background color is #b26cba


#b26cba Border Color

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

This div border color is #b26cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26cba


Comments

No comments written yet.

Please login to write comment.