Color Hex Logo

#b69acc Color Hex

#B69ACC
(182,154,204)
0 Favorites   0 Comments

Color spaces of #b69acc

RGB 182154204
HSL0.760.330.70
HSV274°25°80°
CMYK 0.110.250.00   0.20
XYZ41.746137.415962.1485
Yxy37.41590.29540.2648
Hunter Lab61.168514.7771-17.4219
CIE-Lab67.587919.7764-21.7857

#b69acc color RGB value is (182,154,204).

#b69acc hex color red value is 182, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b69acc hue: 0.76 , saturation: 0.33 and the lightness value of b69acc is 0.70.

The process color (four color CMYK) of #b69acc color hex is 0.11, 0.25, 0.00, 0.20. Web safe color of #b69acc is #cc99cc. Color #b69acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 11001100
Octal 266 232 314
Decimal 182 154 204
Hex B6 9A CC

RGB Percentages of Color #b69acc

%33.70
%28.52
%37.78

CMYK Percentages of Color #b69acc

%11
%25
%0
%20

Triadic Colors of #b69acc

#b69acc #ccb69a #9accb6

Analogous Colors of #b69acc

#b69acc #cc9ac9 #9d9acc

Monochromatic Colors of #b69acc

#b69acc

Complementary Color

#b69acc #b0cc9a

#b69acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69acc Color CSS Codes

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

#b69acc Text Font Color

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

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


#b69acc Background Color

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

This div background color is #b69acc


#b69acc Border Color

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

This div border color is #b69acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69acc


Comments

No comments written yet.

Please login to write comment.