Color Hex Logo

#b882ba Color Hex

#B882BA
(184,130,186)
0 Favorites   0 Comments

Color spaces of #b882ba

RGB 184130186
HSL0.830.290.62
HSV298°30°73°
CMYK 0.010.300.00   0.27
XYZ36.612729.700850.2575
Yxy29.70080.31410.2548
Hunter Lab54.498424.5462-16.5273
CIE-Lab61.395230.2043-21.1247

#b882ba color RGB value is (184,130,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000010 10111010
Octal 270 202 272
Decimal 184 130 186
Hex B8 82 BA

RGB Percentages of Color #b882ba

%36.80
%26.00
%37.20

CMYK Percentages of Color #b882ba

%1
%30
%0
%27

Triadic Colors of #b882ba

#b882ba #bab882 #82bab8

Analogous Colors of #b882ba

#b882ba #ba82a0 #9c82ba

Monochromatic Colors of #b882ba

#b882ba

Complementary Color

#b882ba #84ba82

#b882ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b882ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b882ba Color CSS Codes

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

#b882ba Text Font Color

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

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


#b882ba Background Color

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

This div background color is #b882ba


#b882ba Border Color

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

This div border color is #b882ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b882ba


Comments

No comments written yet.

Please login to write comment.