Color Hex Logo

#b3acdf Color Hex

#B3ACDF
(179,172,223)
0 Favorites   0 Comments

Color spaces of #b3acdf

RGB 179172223
HSL0.690.440.77
HSV248°23°87°
CMYK 0.200.230.00   0.13
XYZ46.662244.416575.9259
Yxy44.41650.27940.2660
Hunter Lab66.64578.3474-20.8939
CIE-Lab72.506012.9467-24.7570

#b3acdf color RGB value is (179,172,223).

#b3acdf hex color red value is 179, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b3acdf hue: 0.69 , saturation: 0.44 and the lightness value of b3acdf is 0.77.

The process color (four color CMYK) of #b3acdf color hex is 0.20, 0.23, 0.00, 0.13. Web safe color of #b3acdf is #cc99cc. Color #b3acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101100 11011111
Octal 263 254 337
Decimal 179 172 223
Hex B3 AC DF

RGB Percentages of Color #b3acdf

%31.18
%29.97
%38.85

CMYK Percentages of Color #b3acdf

%20
%23
%0
%13

Triadic Colors of #b3acdf

#b3acdf #dfb3ac #acdfb3

Analogous Colors of #b3acdf

#b3acdf #cdacdf #acbfdf

Monochromatic Colors of #b3acdf

#b3acdf

Complementary Color

#b3acdf #d8dfac

#b3acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3acdf Color CSS Codes

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

#b3acdf Text Font Color

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

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


#b3acdf Background Color

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

This div background color is #b3acdf


#b3acdf Border Color

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

This div border color is #b3acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3acdf


Comments

No comments written yet.

Please login to write comment.