Color Hex Logo

#b3acfd Color Hex

#B3ACFD
(179,172,253)
0 Favorites   0 Comments

Color spaces of #b3acfd

RGB 179172253
HSL0.680.950.83
HSV245°32°99°
CMYK 0.290.320.00   0.01
XYZ51.072646.180699.1504
Yxy46.18060.26000.2351
Hunter Lab67.956315.2282-38.9366
CIE-Lab73.662620.0165-39.2634

#b3acfd color RGB value is (179,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101100 11111101
Octal 263 254 375
Decimal 179 172 253
Hex B3 AC FD

RGB Percentages of Color #b3acfd

%29.64
%28.48
%41.89

CMYK Percentages of Color #b3acfd

%29
%32
%0
%1

Triadic Colors of #b3acfd

#b3acfd #fdb3ac #acfdb3

Analogous Colors of #b3acfd

#b3acfd #dcacfd #accefd

Monochromatic Colors of #b3acfd

#b3acfd

Complementary Color

#b3acfd #f6fdac

#b3acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3acfd Color CSS Codes

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

#b3acfd Text Font Color

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

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


#b3acfd Background Color

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

This div background color is #b3acfd


#b3acfd Border Color

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

This div border color is #b3acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3acfd


Comments

No comments written yet.

Please login to write comment.