Color Hex Logo

#b6acea Color Hex

#B6ACEA
(182,172,234)
0 Favorites   0 Comments

Color spaces of #b6acea

RGB 182172234
HSL0.690.600.80
HSV250°26°92°
CMYK 0.220.260.00   0.08
XYZ48.895245.390684.0261
Yxy45.39060.27420.2546
Hunter Lab67.372511.6433-26.7849
CIE-Lab73.148316.3722-29.7447

#b6acea color RGB value is (182,172,234).

#b6acea hex color red value is 182, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b6acea hue: 0.69 , saturation: 0.60 and the lightness value of b6acea is 0.80.

The process color (four color CMYK) of #b6acea color hex is 0.22, 0.26, 0.00, 0.08. Web safe color of #b6acea is #cc99ff. Color #b6acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101100 11101010
Octal 266 254 352
Decimal 182 172 234
Hex B6 AC EA

RGB Percentages of Color #b6acea

%30.95
%29.25
%39.80

CMYK Percentages of Color #b6acea

%22
%26
%0
%8

Triadic Colors of #b6acea

#b6acea #eab6ac #aceab6

Analogous Colors of #b6acea

#b6acea #d5acea #acc1ea

Monochromatic Colors of #b6acea

#b6acea

Complementary Color

#b6acea #e0eaac

#b6acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6acea Color CSS Codes

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

#b6acea Text Font Color

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

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


#b6acea Background Color

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

This div background color is #b6acea


#b6acea Border Color

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

This div border color is #b6acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6acea


Comments

No comments written yet.

Please login to write comment.