Color Hex Logo

#b2acf6 Color Hex

#B2ACF6
(178,172,246)
0 Favorites   0 Comments

Color spaces of #b2acf6

RGB 178172246
HSL0.680.800.82
HSV245°30°96°
CMYK 0.280.300.00   0.04
XYZ49.747245.623893.3731
Yxy45.62380.26360.2417
Hunter Lab67.545413.2609-34.6793
CIE-Lab73.300818.0288-36.0464

#b2acf6 color RGB value is (178,172,246).

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

The process color (four color CMYK) of #b2acf6 color hex is 0.28, 0.30, 0.00, 0.04. Web safe color of #b2acf6 is #9999ff. Color #b2acf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101100 11110110
Octal 262 254 366
Decimal 178 172 246
Hex B2 AC F6

RGB Percentages of Color #b2acf6

%29.87
%28.86
%41.28

CMYK Percentages of Color #b2acf6

%28
%30
%0
%4

Triadic Colors of #b2acf6

#b2acf6 #f6b2ac #acf6b2

Analogous Colors of #b2acf6

#b2acf6 #d7acf6 #accbf6

Monochromatic Colors of #b2acf6

#b2acf6

Complementary Color

#b2acf6 #f0f6ac

#b2acf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2acf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2acf6 Color CSS Codes

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

#b2acf6 Text Font Color

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

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


#b2acf6 Background Color

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

This div background color is #b2acf6


#b2acf6 Border Color

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

This div border color is #b2acf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2acf6


Comments

No comments written yet.

Please login to write comment.