Color Hex Logo

#b26daa Color Hex

#B26DAA
(178,109,170)
0 Favorites   0 Comments

Color spaces of #b26daa

RGB 178109170
HSL0.850.310.56
HSV307°39°70°
CMYK 0.000.390.04   0.30
XYZ31.084423.304540.8901
Yxy23.30450.32620.2446
Hunter Lab48.274730.4565-16.4280
CIE-Lab55.384636.7935-21.2174

#b26daa color RGB value is (178,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101101 10101010
Octal 262 155 252
Decimal 178 109 170
Hex B2 6D AA

RGB Percentages of Color #b26daa

%38.95
%23.85
%37.20

CMYK Percentages of Color #b26daa

%0
%39
%4
%30

Triadic Colors of #b26daa

#b26daa #aab26d #6daab2

Analogous Colors of #b26daa

#b26daa #b26d88 #986db2

Monochromatic Colors of #b26daa

#b26daa

Complementary Color

#b26daa #6db275

#b26daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26daa Color CSS Codes

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

#b26daa Text Font Color

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

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


#b26daa Background Color

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

This div background color is #b26daa


#b26daa Border Color

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

This div border color is #b26daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26daa


Comments

No comments written yet.

Please login to write comment.