Color Hex Logo

#b7abef Color Hex

#B7ABEF
(183,171,239)
0 Favorites   0 Comments

Color spaces of #b7abef

RGB 183171239
HSL0.700.680.80
HSV251°28°94°
CMYK 0.230.280.00   0.06
XYZ49.671345.425187.8113
Yxy45.42510.27160.2483
Hunter Lab67.398113.6047-30.0687
CIE-Lab73.170918.3834-32.4201

#b7abef color RGB value is (183,171,239).

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

The process color (four color CMYK) of #b7abef color hex is 0.23, 0.28, 0.00, 0.06. Web safe color of #b7abef is #cc99ff. Color #b7abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101011 11101111
Octal 267 253 357
Decimal 183 171 239
Hex B7 AB EF

RGB Percentages of Color #b7abef

%30.86
%28.84
%40.30

CMYK Percentages of Color #b7abef

%23
%28
%0
%6

Triadic Colors of #b7abef

#b7abef #efb7ab #abefb7

Analogous Colors of #b7abef

#b7abef #d9abef #abc1ef

Monochromatic Colors of #b7abef

#b7abef

Complementary Color

#b7abef #e3efab

#b7abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7abef Color CSS Codes

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

#b7abef Text Font Color

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

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


#b7abef Background Color

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

This div background color is #b7abef


#b7abef Border Color

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

This div border color is #b7abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7abef


Comments

No comments written yet.

Please login to write comment.