Color Hex Logo

#b2abfc Color Hex

#B2ABFC
(178,171,252)
0 Favorites   0 Comments

Color spaces of #b2abfc

RGB 178171252
HSL0.680.930.83
HSV245°32°99°
CMYK 0.290.320.00   0.01
XYZ50.493745.619198.2395
Yxy45.61910.25980.2347
Hunter Lab67.541915.2466-38.9578
CIE-Lab73.297720.0476-39.2970

#b2abfc color RGB value is (178,171,252).

#b2abfc hex color red value is 178, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b2abfc hue: 0.68 , saturation: 0.93 and the lightness value of b2abfc is 0.83.

The process color (four color CMYK) of #b2abfc color hex is 0.29, 0.32, 0.00, 0.01. Web safe color of #b2abfc is #9999ff. Color #b2abfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 11111100
Octal 262 253 374
Decimal 178 171 252
Hex B2 AB FC

RGB Percentages of Color #b2abfc

%29.62
%28.45
%41.93

CMYK Percentages of Color #b2abfc

%29
%32
%0
%1

Triadic Colors of #b2abfc

#b2abfc #fcb2ab #abfcb2

Analogous Colors of #b2abfc

#b2abfc #dbabfc #abcdfc

Monochromatic Colors of #b2abfc

#b2abfc

Complementary Color

#b2abfc #f5fcab

#b2abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abfc Color CSS Codes

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

#b2abfc Text Font Color

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

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


#b2abfc Background Color

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

This div background color is #b2abfc


#b2abfc Border Color

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

This div border color is #b2abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abfc

Related Colors


Comments

No comments written yet.

Please login to write comment.