Color Hex Logo

#b26dab Color Hex

#B26DAB
(178,109,171)
0 Favorites   0 Comments

Color spaces of #b26dab

RGB 178109171
HSL0.850.310.56
HSV306°39°70°
CMYK 0.000.390.04   0.30
XYZ31.179423.342541.3903
Yxy23.34250.32510.2434
Hunter Lab48.314130.6450-16.9734
CIE-Lab55.423436.9770-21.7366

#b26dab color RGB value is (178,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101101 10101011
Octal 262 155 253
Decimal 178 109 171
Hex B2 6D AB

RGB Percentages of Color #b26dab

%38.86
%23.80
%37.34

CMYK Percentages of Color #b26dab

%0
%39
%4
%30

Triadic Colors of #b26dab

#b26dab #abb26d #6dabb2

Analogous Colors of #b26dab

#b26dab #b26d89 #976db2

Monochromatic Colors of #b26dab

#b26dab

Complementary Color

#b26dab #6db274

#b26dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26dab Color CSS Codes

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

#b26dab Text Font Color

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

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


#b26dab Background Color

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

This div background color is #b26dab


#b26dab Border Color

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

This div border color is #b26dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26dab


Comments

No comments written yet.

Please login to write comment.