Color Hex Logo

#b985fa Color Hex

#B985FA
(185,133,250)
0 Favorites   0 Comments

Color spaces of #b985fa

RGB 185133250
HSL0.740.920.75
HSV267°47°98°
CMYK 0.260.470.00   0.02
XYZ45.650433.991594.5974
Yxy33.99150.26200.1951
Hunter Lab58.302237.7358-55.3885
CIE-Lab64.955842.6189-51.2611

#b985fa color RGB value is (185,133,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 11111010
Octal 271 205 372
Decimal 185 133 250
Hex B9 85 FA

RGB Percentages of Color #b985fa

%32.57
%23.42
%44.01

CMYK Percentages of Color #b985fa

%26
%47
%0
%2

Triadic Colors of #b985fa

#b985fa #fab985 #85fab9

Analogous Colors of #b985fa

#b985fa #f485fa #858cfa

Monochromatic Colors of #b985fa

#b985fa

Complementary Color

#b985fa #c6fa85

#b985fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b985fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b985fa Color CSS Codes

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

#b985fa Text Font Color

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

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


#b985fa Background Color

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

This div background color is #b985fa


#b985fa Border Color

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

This div border color is #b985fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,133,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 #b985fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b985fa


Comments

No comments written yet.

Please login to write comment.