Color Hex Logo

#b2abed Color Hex

#B2ABED
(178,171,237)
0 Favorites   0 Comments

Color spaces of #b2abed

RGB 178171237
HSL0.680.650.80
HSV246°28°93°
CMYK 0.250.280.00   0.07
XYZ48.209144.705286.2088
Yxy44.70520.26910.2496
Hunter Lab66.861911.6945-29.6425
CIE-Lab72.697416.4334-32.0971

#b2abed color RGB value is (178,171,237).

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

The process color (four color CMYK) of #b2abed color hex is 0.25, 0.28, 0.00, 0.07. Web safe color of #b2abed is #9999ff. Color #b2abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 11101101
Octal 262 253 355
Decimal 178 171 237
Hex B2 AB ED

RGB Percentages of Color #b2abed

%30.38
%29.18
%40.44

CMYK Percentages of Color #b2abed

%25
%28
%0
%7

Triadic Colors of #b2abed

#b2abed #edb2ab #abedb2

Analogous Colors of #b2abed

#b2abed #d3abed #abc5ed

Monochromatic Colors of #b2abed

#b2abed

Complementary Color

#b2abed #e6edab

#b2abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abed Color CSS Codes

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

#b2abed Text Font Color

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

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


#b2abed Background Color

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

This div background color is #b2abed


#b2abed Border Color

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

This div border color is #b2abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abed


Comments

No comments written yet.

Please login to write comment.