Color Hex Logo

#b89abe Color Hex

#B89ABE
(184,154,190)
0 Favorites   0 Comments

Color spaces of #b89abe

RGB 184154190
HSL0.810.220.67
HSV290°19°75°
CMYK 0.030.190.00   0.25
XYZ40.617037.019353.7199
Yxy37.01930.30920.2818
Hunter Lab60.843512.6843-9.7579
CIE-Lab67.291517.5960-14.4296

#b89abe color RGB value is (184,154,190).

#b89abe hex color red value is 184, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b89abe hue: 0.81 , saturation: 0.22 and the lightness value of b89abe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 10111110
Octal 270 232 276
Decimal 184 154 190
Hex B8 9A BE

RGB Percentages of Color #b89abe

%34.85
%29.17
%35.98

CMYK Percentages of Color #b89abe

%3
%19
%0
%25

Triadic Colors of #b89abe

#b89abe #beb89a #9abeb8

Analogous Colors of #b89abe

#b89abe #be9ab2 #a69abe

Monochromatic Colors of #b89abe

#b89abe

Complementary Color

#b89abe #a0be9a

#b89abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89abe Color CSS Codes

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

#b89abe Text Font Color

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

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


#b89abe Background Color

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

This div background color is #b89abe


#b89abe Border Color

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

This div border color is #b89abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89abe


Comments

No comments written yet.

Please login to write comment.