Color Hex Logo

#b3acdd Color Hex

#B3ACDD
(179,172,221)
0 Favorites   0 Comments

Color spaces of #b3acdd

RGB 179172221
HSL0.690.420.77
HSV249°22°87°
CMYK 0.190.220.00   0.13
XYZ46.394144.309274.5139
Yxy44.30920.28080.2682
Hunter Lab66.56527.9206-19.7744
CIE-Lab72.434712.4973-23.7737

#b3acdd color RGB value is (179,172,221).

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

The process color (four color CMYK) of #b3acdd color hex is 0.19, 0.22, 0.00, 0.13. Web safe color of #b3acdd is #cc99cc. Color #b3acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101100 11011101
Octal 263 254 335
Decimal 179 172 221
Hex B3 AC DD

RGB Percentages of Color #b3acdd

%31.29
%30.07
%38.64

CMYK Percentages of Color #b3acdd

%19
%22
%0
%13

Triadic Colors of #b3acdd

#b3acdd #ddb3ac #acddb3

Analogous Colors of #b3acdd

#b3acdd #ccacdd #acbedd

Monochromatic Colors of #b3acdd

#b3acdd

Complementary Color

#b3acdd #d6ddac

#b3acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3acdd Color CSS Codes

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

#b3acdd Text Font Color

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

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


#b3acdd Background Color

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

This div background color is #b3acdd


#b3acdd Border Color

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

This div border color is #b3acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3acdd


Comments

No comments written yet.

Please login to write comment.