Color Hex Logo

#b2abeb Color Hex

#B2ABEB
(178,171,235)
0 Favorites   0 Comments

Color spaces of #b2abeb

RGB 178171235
HSL0.680.620.80
HSV247°27°92°
CMYK 0.240.270.00   0.08
XYZ47.918444.589084.6782
Yxy44.58900.27040.2517
Hunter Lab66.775011.2371-28.4439
CIE-Lab72.620415.9618-31.1282

#b2abeb color RGB value is (178,171,235).

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

The process color (four color CMYK) of #b2abeb color hex is 0.24, 0.27, 0.00, 0.08. Web safe color of #b2abeb is #9999ff. Color #b2abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 11101011
Octal 262 253 353
Decimal 178 171 235
Hex B2 AB EB

RGB Percentages of Color #b2abeb

%30.48
%29.28
%40.24

CMYK Percentages of Color #b2abeb

%24
%27
%0
%8

Triadic Colors of #b2abeb

#b2abeb #ebb2ab #abebb2

Analogous Colors of #b2abeb

#b2abeb #d2abeb #abc4eb

Monochromatic Colors of #b2abeb

#b2abeb

Complementary Color

#b2abeb #e4ebab

#b2abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abeb Color CSS Codes

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

#b2abeb Text Font Color

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

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


#b2abeb Background Color

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

This div background color is #b2abeb


#b2abeb Border Color

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

This div border color is #b2abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abeb


Comments

No comments written yet.

Please login to write comment.