Color Hex Logo

#b2abea Color Hex

#B2ABEA
(178,171,234)
0 Favorites   0 Comments

Color spaces of #b2abea

RGB 178171234
HSL0.690.600.79
HSV247°27°92°
CMYK 0.240.270.00   0.08
XYZ47.774344.531383.9193
Yxy44.53130.27110.2527
Hunter Lab66.731811.0103-27.8486
CIE-Lab72.582215.7273-30.6430

#b2abea color RGB value is (178,171,234).

#b2abea hex color red value is 178, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b2abea hue: 0.69 , saturation: 0.60 and the lightness value of b2abea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 11101010
Octal 262 253 352
Decimal 178 171 234
Hex B2 AB EA

RGB Percentages of Color #b2abea

%30.53
%29.33
%40.14

CMYK Percentages of Color #b2abea

%24
%27
%0
%8

Triadic Colors of #b2abea

#b2abea #eab2ab #abeab2

Analogous Colors of #b2abea

#b2abea #d2abea #abc4ea

Monochromatic Colors of #b2abea

#b2abea

Complementary Color

#b2abea #e3eaab

#b2abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abea Color CSS Codes

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

#b2abea Text Font Color

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

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


#b2abea Background Color

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

This div background color is #b2abea


#b2abea Border Color

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

This div border color is #b2abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abea


Comments

No comments written yet.

Please login to write comment.