Color Hex Logo

#b9abea Color Hex

#B9ABEA
(185,171,234)
0 Favorites   0 Comments

Color spaces of #b9abea

RGB 185171234
HSL0.700.600.79
HSV253°27°92°
CMYK 0.210.270.00   0.08
XYZ49.421845.380683.9964
Yxy45.38060.27640.2538
Hunter Lab67.365113.0659-26.7721
CIE-Lab73.141817.8335-29.7344

#b9abea color RGB value is (185,171,234).

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

The process color (four color CMYK) of #b9abea color hex is 0.21, 0.27, 0.00, 0.08. Web safe color of #b9abea is #cc99ff. Color #b9abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101011 11101010
Octal 271 253 352
Decimal 185 171 234
Hex B9 AB EA

RGB Percentages of Color #b9abea

%31.36
%28.98
%39.66

CMYK Percentages of Color #b9abea

%21
%27
%0
%8

Triadic Colors of #b9abea

#b9abea #eab9ab #abeab9

Analogous Colors of #b9abea

#b9abea #d9abea #abbdea

Monochromatic Colors of #b9abea

#b9abea

Complementary Color

#b9abea #dceaab

#b9abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9abea Color CSS Codes

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

#b9abea Text Font Color

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

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


#b9abea Background Color

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

This div background color is #b9abea


#b9abea Border Color

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

This div border color is #b9abea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,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 #b9abea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9abea


Comments

No comments written yet.

Please login to write comment.