Color Hex Logo

#b984b2 Color Hex

#B984B2
(185,132,178)
0 Favorites   0 Comments

Color spaces of #b984b2

RGB 185132178
HSL0.860.270.62
HSV308°29°73°
CMYK 0.000.290.04   0.27
XYZ36.294730.031246.0031
Yxy30.03120.32310.2674
Hunter Lab54.800722.3198-11.4112
CIE-Lab61.681127.9155-16.1411

#b984b2 color RGB value is (185,132,178).

#b984b2 hex color red value is 185, green value is 132 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #b984b2 hue: 0.86 , saturation: 0.27 and the lightness value of b984b2 is 0.62.

The process color (four color CMYK) of #b984b2 color hex is 0.00, 0.29, 0.04, 0.27. Web safe color of #b984b2 is #cc9999. Color #b984b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 10110010
Octal 271 204 262
Decimal 185 132 178
Hex B9 84 B2

RGB Percentages of Color #b984b2

%37.37
%26.67
%35.96

CMYK Percentages of Color #b984b2

%0
%29
%4
%27

Triadic Colors of #b984b2

#b984b2 #b2b984 #84b2b9

Analogous Colors of #b984b2

#b984b2 #b98498 #a684b9

Monochromatic Colors of #b984b2

#b984b2

Complementary Color

#b984b2 #84b98b

#b984b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b984b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b984b2 Color CSS Codes

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

#b984b2 Text Font Color

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

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


#b984b2 Background Color

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

This div background color is #b984b2


#b984b2 Border Color

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

This div border color is #b984b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b984b2


Comments

No comments written yet.

Please login to write comment.