Color Hex Logo

#b2acfd Color Hex

#B2ACFD
(178,172,253)
0 Favorites   0 Comments

Color spaces of #b2acfd

RGB 178172253
HSL0.680.950.83
HSV244°32°99°
CMYK 0.300.320.00   0.01
XYZ50.842246.061999.1397
Yxy46.06190.25930.2350
Hunter Lab67.868914.9479-39.0998
CIE-Lab73.585719.7357-39.3890

#b2acfd color RGB value is (178,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101100 11111101
Octal 262 254 375
Decimal 178 172 253
Hex B2 AC FD

RGB Percentages of Color #b2acfd

%29.52
%28.52
%41.96

CMYK Percentages of Color #b2acfd

%30
%32
%0
%1

Triadic Colors of #b2acfd

#b2acfd #fdb2ac #acfdb2

Analogous Colors of #b2acfd

#b2acfd #dbacfd #accffd

Monochromatic Colors of #b2acfd

#b2acfd

Complementary Color

#b2acfd #f7fdac

#b2acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2acfd Color CSS Codes

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

#b2acfd Text Font Color

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

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


#b2acfd Background Color

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

This div background color is #b2acfd


#b2acfd Border Color

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

This div border color is #b2acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2acfd

Related Colors


Comments

No comments written yet.

Please login to write comment.