Color Hex Logo

#b982ba Color Hex

#B982BA
(185,130,186)
0 Favorites   0 Comments

Color spaces of #b982ba

RGB 185130186
HSL0.830.290.62
HSV299°30°73°
CMYK 0.010.300.00   0.27
XYZ36.853129.824750.2687
Yxy29.82470.31510.2550
Hunter Lab54.612024.8838-16.3463
CIE-Lab61.502730.5355-20.9509

#b982ba color RGB value is (185,130,186).

#b982ba hex color red value is 185, green value is 130 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b982ba hue: 0.83 , saturation: 0.29 and the lightness value of b982ba is 0.62.

The process color (four color CMYK) of #b982ba color hex is 0.01, 0.30, 0.00, 0.27. Web safe color of #b982ba is #cc99cc. Color #b982ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000010 10111010
Octal 271 202 272
Decimal 185 130 186
Hex B9 82 BA

RGB Percentages of Color #b982ba

%36.93
%25.95
%37.13

CMYK Percentages of Color #b982ba

%1
%30
%0
%27

Triadic Colors of #b982ba

#b982ba #bab982 #82bab9

Analogous Colors of #b982ba

#b982ba #ba829f #9d82ba

Monochromatic Colors of #b982ba

#b982ba

Complementary Color

#b982ba #83ba82

#b982ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b982ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b982ba Color CSS Codes

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

#b982ba Text Font Color

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

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


#b982ba Background Color

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

This div background color is #b982ba


#b982ba Border Color

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

This div border color is #b982ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b982ba


Comments

No comments written yet.

Please login to write comment.