Color Hex Logo

#b889fa Color Hex

#B889FA
(184,137,250)
0 Favorites   0 Comments

Color spaces of #b889fa

RGB 184137250
HSL0.740.920.76
HSV265°45°98°
CMYK 0.260.450.00   0.02
XYZ45.968134.983894.7722
Yxy34.98380.26160.1991
Hunter Lab59.147135.2197-53.5982
CIE-Lab65.736140.1621-50.0334

#b889fa color RGB value is (184,137,250).

#b889fa hex color red value is 184, green value is 137 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b889fa hue: 0.74 , saturation: 0.92 and the lightness value of b889fa is 0.76.

The process color (four color CMYK) of #b889fa color hex is 0.26, 0.45, 0.00, 0.02. Web safe color of #b889fa is #cc99ff. Color #b889fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001001 11111010
Octal 270 211 372
Decimal 184 137 250
Hex B8 89 FA

RGB Percentages of Color #b889fa

%32.22
%23.99
%43.78

CMYK Percentages of Color #b889fa

%26
%45
%0
%2

Triadic Colors of #b889fa

#b889fa #fab889 #89fab8

Analogous Colors of #b889fa

#b889fa #f189fa #8993fa

Monochromatic Colors of #b889fa

#b889fa

Complementary Color

#b889fa #cbfa89

#b889fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b889fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b889fa Color CSS Codes

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

#b889fa Text Font Color

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

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


#b889fa Background Color

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

This div background color is #b889fa


#b889fa Border Color

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

This div border color is #b889fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b889fa


Comments

No comments written yet.

Please login to write comment.