Color Hex Logo

#b8abea Color Hex

#B8ABEA
(184,171,234)
0 Favorites   0 Comments

Color spaces of #b8abea

RGB 184171234
HSL0.700.600.79
HSV252°27°92°
CMYK 0.210.270.00   0.08
XYZ49.181445.256783.9852
Yxy45.25670.27560.2536
Hunter Lab67.273112.7682-26.9278
CIE-Lab73.060617.5305-29.8662

#b8abea color RGB value is (184,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 11101010
Octal 270 253 352
Decimal 184 171 234
Hex B8 AB EA

RGB Percentages of Color #b8abea

%31.24
%29.03
%39.73

CMYK Percentages of Color #b8abea

%21
%27
%0
%8

Triadic Colors of #b8abea

#b8abea #eab8ab #abeab8

Analogous Colors of #b8abea

#b8abea #d8abea #abbeea

Monochromatic Colors of #b8abea

#b8abea

Complementary Color

#b8abea #ddeaab

#b8abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abea Color CSS Codes

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

#b8abea Text Font Color

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

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


#b8abea Background Color

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

This div background color is #b8abea


#b8abea Border Color

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

This div border color is #b8abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abea


Comments

No comments written yet.

Please login to write comment.