Color Hex Logo

#b6abef Color Hex

#B6ABEF
(182,171,239)
0 Favorites   0 Comments

Color spaces of #b6abef

RGB 182171239
HSL0.690.680.80
HSV250°28°94°
CMYK 0.240.280.00   0.06
XYZ49.434345.302987.8002
Yxy45.30290.27080.2482
Hunter Lab67.307413.3123-30.2265
CIE-Lab73.090918.0868-32.5502

#b6abef color RGB value is (182,171,239).

#b6abef hex color red value is 182, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b6abef hue: 0.69 , saturation: 0.68 and the lightness value of b6abef is 0.80.

The process color (four color CMYK) of #b6abef color hex is 0.24, 0.28, 0.00, 0.06. Web safe color of #b6abef is #cc99ff. Color #b6abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 11101111
Octal 266 253 357
Decimal 182 171 239
Hex B6 AB EF

RGB Percentages of Color #b6abef

%30.74
%28.89
%40.37

CMYK Percentages of Color #b6abef

%24
%28
%0
%6

Triadic Colors of #b6abef

#b6abef #efb6ab #abefb6

Analogous Colors of #b6abef

#b6abef #d8abef #abc2ef

Monochromatic Colors of #b6abef

#b6abef

Complementary Color

#b6abef #e4efab

#b6abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6abef Color CSS Codes

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

#b6abef Text Font Color

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

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


#b6abef Background Color

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

This div background color is #b6abef


#b6abef Border Color

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

This div border color is #b6abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6abef


Comments

No comments written yet.

Please login to write comment.