Color Hex Logo

#b7abea Color Hex

#B7ABEA
(183,171,234)
0 Favorites   0 Comments

Color spaces of #b7abea

RGB 183171234
HSL0.700.600.79
HSV251°27°92°
CMYK 0.220.270.00   0.08
XYZ48.942645.133683.9740
Yxy45.13360.27490.2535
Hunter Lab67.181512.4718-27.0828
CIE-Lab72.979817.2282-29.9974

#b7abea color RGB value is (183,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101011 11101010
Octal 267 253 352
Decimal 183 171 234
Hex B7 AB EA

RGB Percentages of Color #b7abea

%31.12
%29.08
%39.80

CMYK Percentages of Color #b7abea

%22
%27
%0
%8

Triadic Colors of #b7abea

#b7abea #eab7ab #abeab7

Analogous Colors of #b7abea

#b7abea #d7abea #abbfea

Monochromatic Colors of #b7abea

#b7abea

Complementary Color

#b7abea #deeaab

#b7abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7abea Color CSS Codes

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

#b7abea Text Font Color

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

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


#b7abea Background Color

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

This div background color is #b7abea


#b7abea Border Color

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

This div border color is #b7abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7abea

#b7abea Color Palettes


Comments

No comments written yet.

Please login to write comment.