Color Hex Logo

#b984c2 Color Hex

#B984C2
(185,132,194)
0 Favorites   0 Comments

Color spaces of #b984c2

RGB 185132194
HSL0.810.340.64
HSV291°32°76°
CMYK 0.050.320.00   0.24
XYZ37.996530.711954.9643
Yxy30.71190.30720.2483
Hunter Lab55.418325.4030-20.0114
CIE-Lab62.263730.9877-24.3092

#b984c2 color RGB value is (185,132,194).

#b984c2 hex color red value is 185, green value is 132 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #b984c2 hue: 0.81 , saturation: 0.34 and the lightness value of b984c2 is 0.64.

The process color (four color CMYK) of #b984c2 color hex is 0.05, 0.32, 0.00, 0.24. Web safe color of #b984c2 is #cc99cc. Color #b984c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 11000010
Octal 271 204 302
Decimal 185 132 194
Hex B9 84 C2

RGB Percentages of Color #b984c2

%36.20
%25.83
%37.96

CMYK Percentages of Color #b984c2

%5
%32
%0
%24

Triadic Colors of #b984c2

#b984c2 #c2b984 #84c2b9

Analogous Colors of #b984c2

#b984c2 #c284ac #9a84c2

Monochromatic Colors of #b984c2

#b984c2

Complementary Color

#b984c2 #8dc284

#b984c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b984c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b984c2 Color CSS Codes

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

#b984c2 Text Font Color

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

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


#b984c2 Background Color

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

This div background color is #b984c2


#b984c2 Border Color

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

This div border color is #b984c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b984c2


Comments

No comments written yet.

Please login to write comment.