Color Hex Logo

#b984bf Color Hex

#B984BF
(185,132,191)
0 Favorites   0 Comments

Color spaces of #b984bf

RGB 185132191
HSL0.820.320.63
HSV294°31°75°
CMYK 0.030.310.00   0.25
XYZ37.662830.578453.2074
Yxy30.57840.31010.2518
Hunter Lab55.297724.8037-18.3403
CIE-Lab62.150130.3958-22.7899

#b984bf color RGB value is (185,132,191).

#b984bf hex color red value is 185, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b984bf hue: 0.82 , saturation: 0.32 and the lightness value of b984bf is 0.63.

The process color (four color CMYK) of #b984bf color hex is 0.03, 0.31, 0.00, 0.25. Web safe color of #b984bf is #cc99cc. Color #b984bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 10111111
Octal 271 204 277
Decimal 185 132 191
Hex B9 84 BF

RGB Percentages of Color #b984bf

%36.42
%25.98
%37.60

CMYK Percentages of Color #b984bf

%3
%31
%0
%25

Triadic Colors of #b984bf

#b984bf #bfb984 #84bfb9

Analogous Colors of #b984bf

#b984bf #bf84a8 #9c84bf

Monochromatic Colors of #b984bf

#b984bf

Complementary Color

#b984bf #8abf84

#b984bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b984bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b984bf Color CSS Codes

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

#b984bf Text Font Color

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

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


#b984bf Background Color

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

This div background color is #b984bf


#b984bf Border Color

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

This div border color is #b984bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b984bf


Comments

No comments written yet.

Please login to write comment.