Color Hex Logo

#b89ade Color Hex

#B89ADE
(184,154,222)
1 Favorites   0 Comments

Color spaces of #b89ade

RGB 184154222
HSL0.740.510.74
HSV266°31°87°
CMYK 0.170.310.00   0.13
XYZ44.507638.575574.2072
Yxy38.57550.28300.2453
Hunter Lab62.109219.2225-27.3625
CIE-Lab68.442624.2943-30.4144

#b89ade color RGB value is (184,154,222).

#b89ade hex color red value is 184, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b89ade hue: 0.74 , saturation: 0.51 and the lightness value of b89ade is 0.74.

The process color (four color CMYK) of #b89ade color hex is 0.17, 0.31, 0.00, 0.13. Web safe color of #b89ade is #cc99cc. Color #b89ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 11011110
Octal 270 232 336
Decimal 184 154 222
Hex B8 9A DE

RGB Percentages of Color #b89ade

%32.86
%27.50
%39.64

CMYK Percentages of Color #b89ade

%17
%31
%0
%13

Triadic Colors of #b89ade

#b89ade #deb89a #9adeb8

Analogous Colors of #b89ade

#b89ade #da9ade #9a9ede

Monochromatic Colors of #b89ade

#b89ade

Complementary Color

#b89ade #c0de9a

#b89ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89ade Color CSS Codes

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

#b89ade Text Font Color

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

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


#b89ade Background Color

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

This div background color is #b89ade


#b89ade Border Color

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

This div border color is #b89ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89ade


Comments

No comments written yet.

Please login to write comment.