Color Hex Logo

#b26aac Color Hex

#B26AAC
(178,106,172)
0 Favorites   0 Comments

Color spaces of #b26aac

RGB 178106172
HSL0.850.320.56
HSV305°40°70°
CMYK 0.000.400.03   0.30
XYZ30.960522.751641.7894
Yxy22.75160.32420.2382
Hunter Lab47.698632.3892-18.5557
CIE-Lab54.815638.7881-23.2487

#b26aac color RGB value is (178,106,172).

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

The process color (four color CMYK) of #b26aac color hex is 0.00, 0.40, 0.03, 0.30. Web safe color of #b26aac is #996699. Color #b26aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101010 10101100
Octal 262 152 254
Decimal 178 106 172
Hex B2 6A AC

RGB Percentages of Color #b26aac

%39.04
%23.25
%37.72

CMYK Percentages of Color #b26aac

%0
%40
%3
%30

Triadic Colors of #b26aac

#b26aac #acb26a #6aacb2

Analogous Colors of #b26aac

#b26aac #b26a88 #946ab2

Monochromatic Colors of #b26aac

#b26aac

Complementary Color

#b26aac #6ab270

#b26aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26aac Color CSS Codes

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

#b26aac Text Font Color

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

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


#b26aac Background Color

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

This div background color is #b26aac


#b26aac Border Color

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

This div border color is #b26aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26aac


Comments

No comments written yet.

Please login to write comment.