Color Hex Logo

#b26caa Color Hex

#B26CAA
(178,108,170)
0 Favorites   0 Comments

Color spaces of #b26caa

RGB 178108170
HSL0.850.310.56
HSV307°39°70°
CMYK 0.000.390.04   0.30
XYZ30.978423.092440.8547
Yxy23.09240.32630.2433
Hunter Lab48.054630.9747-16.7686
CIE-Lab55.167437.3378-21.5503

#b26caa color RGB value is (178,108,170).

#b26caa hex color red value is 178, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b26caa hue: 0.85 , saturation: 0.31 and the lightness value of b26caa is 0.56.

The process color (four color CMYK) of #b26caa color hex is 0.00, 0.39, 0.04, 0.30. Web safe color of #b26caa is #996699. Color #b26caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101100 10101010
Octal 262 154 252
Decimal 178 108 170
Hex B2 6C AA

RGB Percentages of Color #b26caa

%39.04
%23.68
%37.28

CMYK Percentages of Color #b26caa

%0
%39
%4
%30

Triadic Colors of #b26caa

#b26caa #aab26c #6caab2

Analogous Colors of #b26caa

#b26caa #b26c87 #976cb2

Monochromatic Colors of #b26caa

#b26caa

Complementary Color

#b26caa #6cb274

#b26caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26caa Color CSS Codes

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

#b26caa Text Font Color

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

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


#b26caa Background Color

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

This div background color is #b26caa


#b26caa Border Color

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

This div border color is #b26caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26caa


Comments

No comments written yet.

Please login to write comment.