Color Hex Logo

#b69abf Color Hex

#B69ABF
(182,154,191)
0 Favorites   0 Comments

Color spaces of #b69abf

RGB 182154191
HSL0.790.220.68
HSV285°19°75°
CMYK 0.050.190.00   0.25
XYZ40.251036.817954.2753
Yxy36.81790.30650.2803
Hunter Lab60.677812.2231-10.5595
CIE-Lab67.140217.1136-15.2333

#b69abf color RGB value is (182,154,191).

#b69abf hex color red value is 182, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b69abf hue: 0.79 , saturation: 0.22 and the lightness value of b69abf is 0.68.

The process color (four color CMYK) of #b69abf color hex is 0.05, 0.19, 0.00, 0.25. Web safe color of #b69abf is #cc99cc. Color #b69abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 10111111
Octal 266 232 277
Decimal 182 154 191
Hex B6 9A BF

RGB Percentages of Color #b69abf

%34.54
%29.22
%36.24

CMYK Percentages of Color #b69abf

%5
%19
%0
%25

Triadic Colors of #b69abf

#b69abf #bfb69a #9abfb6

Analogous Colors of #b69abf

#b69abf #bf9ab6 #a49abf

Monochromatic Colors of #b69abf

#b69abf

Complementary Color

#b69abf #a3bf9a

#b69abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69abf Color CSS Codes

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

#b69abf Text Font Color

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

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


#b69abf Background Color

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

This div background color is #b69abf


#b69abf Border Color

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

This div border color is #b69abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69abf


Comments

No comments written yet.

Please login to write comment.