Color Hex Logo

#b89fda Color Hex

#B89FDA
(184,159,218)
0 Favorites   0 Comments

Color spaces of #b89fda

RGB 184159218
HSL0.740.440.74
HSV265°27°85°
CMYK 0.160.270.00   0.15
XYZ44.820240.048671.6975
Yxy40.04860.28630.2558
Hunter Lab63.284015.6738-22.8738
CIE-Lab69.504120.6259-26.5772

#b89fda color RGB value is (184,159,218).

#b89fda hex color red value is 184, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b89fda hue: 0.74 , saturation: 0.44 and the lightness value of b89fda is 0.74.

The process color (four color CMYK) of #b89fda color hex is 0.16, 0.27, 0.00, 0.15. Web safe color of #b89fda is #cc99cc. Color #b89fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011111 11011010
Octal 270 237 332
Decimal 184 159 218
Hex B8 9F DA

RGB Percentages of Color #b89fda

%32.80
%28.34
%38.86

CMYK Percentages of Color #b89fda

%16
%27
%0
%15

Triadic Colors of #b89fda

#b89fda #dab89f #9fdab8

Analogous Colors of #b89fda

#b89fda #d69fda #9fa4da

Monochromatic Colors of #b89fda

#b89fda

Complementary Color

#b89fda #c1da9f

#b89fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89fda Color CSS Codes

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

#b89fda Text Font Color

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

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


#b89fda Background Color

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

This div background color is #b89fda


#b89fda Border Color

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

This div border color is #b89fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89fda


Comments

No comments written yet.

Please login to write comment.