Color Hex Logo

#b2acfc Color Hex

#B2ACFC
(178,172,252)
0 Favorites   0 Comments

Color spaces of #b2acfc

RGB 178172252
HSL0.680.930.83
HSV245°32°99°
CMYK 0.290.320.00   0.01
XYZ50.683345.998398.3027
Yxy45.99830.25990.2359
Hunter Lab67.822014.7042-38.4607
CIE-Lab73.544419.4903-38.9130

#b2acfc color RGB value is (178,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101100 11111100
Octal 262 254 374
Decimal 178 172 252
Hex B2 AC FC

RGB Percentages of Color #b2acfc

%29.57
%28.57
%41.86

CMYK Percentages of Color #b2acfc

%29
%32
%0
%1

Triadic Colors of #b2acfc

#b2acfc #fcb2ac #acfcb2

Analogous Colors of #b2acfc

#b2acfc #daacfc #accefc

Monochromatic Colors of #b2acfc

#b2acfc

Complementary Color

#b2acfc #f6fcac

#b2acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2acfc Color CSS Codes

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

#b2acfc Text Font Color

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

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


#b2acfc Background Color

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

This div background color is #b2acfc


#b2acfc Border Color

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

This div border color is #b2acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2acfc

Related Colors


Comments

No comments written yet.

Please login to write comment.