Color Hex Logo

#b69abd Color Hex

#B69ABD
(182,154,189)
0 Favorites   0 Comments

Color spaces of #b69abd

RGB 182154189
HSL0.800.210.67
HSV288°19°74°
CMYK 0.040.190.00   0.26
XYZ40.032336.730453.1239
Yxy36.73040.30820.2828
Hunter Lab60.605611.8462-9.5468
CIE-Lab67.074316.7165-14.2175

#b69abd color RGB value is (182,154,189).

#b69abd hex color red value is 182, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b69abd hue: 0.80 , saturation: 0.21 and the lightness value of b69abd is 0.67.

The process color (four color CMYK) of #b69abd color hex is 0.04, 0.19, 0.00, 0.26. Web safe color of #b69abd is #cc99cc. Color #b69abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 10111101
Octal 266 232 275
Decimal 182 154 189
Hex B6 9A BD

RGB Percentages of Color #b69abd

%34.67
%29.33
%36.00

CMYK Percentages of Color #b69abd

%4
%19
%0
%26

Triadic Colors of #b69abd

#b69abd #bdb69a #9abdb6

Analogous Colors of #b69abd

#b69abd #bd9ab3 #a59abd

Monochromatic Colors of #b69abd

#b69abd

Complementary Color

#b69abd #a1bd9a

#b69abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69abd Color CSS Codes

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

#b69abd Text Font Color

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

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


#b69abd Background Color

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

This div background color is #b69abd


#b69abd Border Color

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

This div border color is #b69abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69abd


Comments

No comments written yet.

Please login to write comment.