Color Hex Logo

#b6abbd Color Hex

#B6ABBD
(182,171,189)
0 Favorites   0 Comments

Color spaces of #b6abbd

RGB 182171189
HSL0.770.120.71
HSV277°10°74°
CMYK 0.040.100.00   0.26
XYZ43.039642.745054.1263
Yxy42.74500.30760.3055
Hunter Lab65.37973.0926-3.3190
CIE-Lab71.38167.3100-7.7753

#b6abbd color RGB value is (182,171,189).

#b6abbd hex color red value is 182, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b6abbd hue: 0.77 , saturation: 0.12 and the lightness value of b6abbd is 0.71.

The process color (four color CMYK) of #b6abbd color hex is 0.04, 0.10, 0.00, 0.26. Web safe color of #b6abbd is #cc99cc. Color #b6abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 10111101
Octal 266 253 275
Decimal 182 171 189
Hex B6 AB BD

RGB Percentages of Color #b6abbd

%33.58
%31.55
%34.87

CMYK Percentages of Color #b6abbd

%4
%10
%0
%26

Triadic Colors of #b6abbd

#b6abbd #bdb6ab #abbdb6

Analogous Colors of #b6abbd

#b6abbd #bdabbb #adabbd

Monochromatic Colors of #b6abbd

#b6abbd

Complementary Color

#b6abbd #b2bdab

#b6abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6abbd Color CSS Codes

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

#b6abbd Text Font Color

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

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


#b6abbd Background Color

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

This div background color is #b6abbd


#b6abbd Border Color

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

This div border color is #b6abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6abbd


Comments

No comments written yet.

Please login to write comment.