Color Hex Logo

#b989ef Color Hex

#B989EF
(185,137,239)
0 Favorites   0 Comments

Color spaces of #b989ef

RGB 185137239
HSL0.750.760.74
HSV268°43°94°
CMYK 0.230.430.00   0.06
XYZ44.533234.437685.9613
Yxy34.43760.27000.2088
Hunter Lab58.683632.7621-45.7711
CIE-Lab65.308437.8783-44.6594

#b989ef color RGB value is (185,137,239).

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

The process color (four color CMYK) of #b989ef color hex is 0.23, 0.43, 0.00, 0.06. Web safe color of #b989ef is #cc99ff. Color #b989ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 11101111
Octal 271 211 357
Decimal 185 137 239
Hex B9 89 EF

RGB Percentages of Color #b989ef

%32.98
%24.42
%42.60

CMYK Percentages of Color #b989ef

%23
%43
%0
%6

Triadic Colors of #b989ef

#b989ef #efb989 #89efb9

Analogous Colors of #b989ef

#b989ef #ec89ef #898cef

Monochromatic Colors of #b989ef

#b989ef

Complementary Color

#b989ef #bfef89

#b989ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b989ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b989ef Color CSS Codes

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

#b989ef Text Font Color

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

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


#b989ef Background Color

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

This div background color is #b989ef


#b989ef Border Color

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

This div border color is #b989ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b989ef


Comments

No comments written yet.

Please login to write comment.