Color Hex Logo

#b989fd Color Hex

#B989FD
(185,137,253)
0 Favorites   0 Comments

Color spaces of #b989fd

RGB 185137253
HSL0.740.970.76
HSV265°46°99°
CMYK 0.270.460.00   0.01
XYZ46.682935.297597.2811
Yxy35.29750.26040.1969
Hunter Lab59.411736.2864-55.4936
CIE-Lab65.979641.1360-51.2838

#b989fd color RGB value is (185,137,253).

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

The process color (four color CMYK) of #b989fd color hex is 0.27, 0.46, 0.00, 0.01. Web safe color of #b989fd is #cc99ff. Color #b989fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 11111101
Octal 271 211 375
Decimal 185 137 253
Hex B9 89 FD

RGB Percentages of Color #b989fd

%32.17
%23.83
%44.00

CMYK Percentages of Color #b989fd

%27
%46
%0
%1

Triadic Colors of #b989fd

#b989fd #fdb989 #89fdb9

Analogous Colors of #b989fd

#b989fd #f389fd #8993fd

Monochromatic Colors of #b989fd

#b989fd

Complementary Color

#b989fd #cdfd89

#b989fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b989fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b989fd Color CSS Codes

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

#b989fd Text Font Color

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

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


#b989fd Background Color

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

This div background color is #b989fd


#b989fd Border Color

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

This div border color is #b989fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b989fd

Related Colors


Comments

No comments written yet.

Please login to write comment.