Color Hex Logo

#b89ad1 Color Hex

#B89AD1
(184,154,209)
0 Favorites   0 Comments

Color spaces of #b89ad1

RGB 184154209
HSL0.760.370.71
HSV273°26°82°
CMYK 0.120.260.00   0.18
XYZ42.831437.905065.3805
Yxy37.90500.29310.2594
Hunter Lab61.567016.4379-19.8655
CIE-Lab67.950521.4788-23.9879

#b89ad1 color RGB value is (184,154,209).

#b89ad1 hex color red value is 184, green value is 154 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #b89ad1 hue: 0.76 , saturation: 0.37 and the lightness value of b89ad1 is 0.71.

The process color (four color CMYK) of #b89ad1 color hex is 0.12, 0.26, 0.00, 0.18. Web safe color of #b89ad1 is #cc99cc. Color #b89ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 11010001
Octal 270 232 321
Decimal 184 154 209
Hex B8 9A D1

RGB Percentages of Color #b89ad1

%33.64
%28.15
%38.21

CMYK Percentages of Color #b89ad1

%12
%26
%0
%18

Triadic Colors of #b89ad1

#b89ad1 #d1b89a #9ad1b8

Analogous Colors of #b89ad1

#b89ad1 #d19acf #9d9ad1

Monochromatic Colors of #b89ad1

#b89ad1

Complementary Color

#b89ad1 #b3d19a

#b89ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89ad1 Color CSS Codes

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

#b89ad1 Text Font Color

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

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


#b89ad1 Background Color

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

This div background color is #b89ad1


#b89ad1 Border Color

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

This div border color is #b89ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89ad1


Comments

No comments written yet.

Please login to write comment.