Color Hex Logo

#b4abf6 Color Hex

#B4ABF6
(180,171,246)
0 Favorites   0 Comments

Color spaces of #b4abf6

RGB 180171246
HSL0.690.810.82
HSV247°30°96°
CMYK 0.270.300.00   0.04
XYZ50.019945.482993.3315
Yxy45.48290.26490.2409
Hunter Lab67.441014.3688-34.8426
CIE-Lab73.208719.1604-36.1769

#b4abf6 color RGB value is (180,171,246).

#b4abf6 hex color red value is 180, green value is 171 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #b4abf6 hue: 0.69 , saturation: 0.81 and the lightness value of b4abf6 is 0.82.

The process color (four color CMYK) of #b4abf6 color hex is 0.27, 0.30, 0.00, 0.04. Web safe color of #b4abf6 is #cc99ff. Color #b4abf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101011 11110110
Octal 264 253 366
Decimal 180 171 246
Hex B4 AB F6

RGB Percentages of Color #b4abf6

%30.15
%28.64
%41.21

CMYK Percentages of Color #b4abf6

%27
%30
%0
%4

Triadic Colors of #b4abf6

#b4abf6 #f6b4ab #abf6b4

Analogous Colors of #b4abf6

#b4abf6 #daabf6 #abc8f6

Monochromatic Colors of #b4abf6

#b4abf6

Complementary Color

#b4abf6 #edf6ab

#b4abf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4abf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4abf6 Color CSS Codes

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

#b4abf6 Text Font Color

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

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


#b4abf6 Background Color

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

This div background color is #b4abf6


#b4abf6 Border Color

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

This div border color is #b4abf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4abf6


Comments

No comments written yet.

Please login to write comment.