Color Hex Logo

#b880ba Color Hex

#B880BA
(184,128,186)
0 Favorites   0 Comments

Color spaces of #b880ba

RGB 184128186
HSL0.830.300.62
HSV298°31°73°
CMYK 0.010.310.00   0.27
XYZ36.349329.173950.1697
Yxy29.17390.31420.2522
Hunter Lab54.012925.6035-17.2623
CIE-Lab60.934831.3142-21.8284

#b880ba color RGB value is (184,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000000 10111010
Octal 270 200 272
Decimal 184 128 186
Hex B8 80 BA

RGB Percentages of Color #b880ba

%36.95
%25.70
%37.35

CMYK Percentages of Color #b880ba

%1
%31
%0
%27

Triadic Colors of #b880ba

#b880ba #bab880 #80bab8

Analogous Colors of #b880ba

#b880ba #ba809f #9b80ba

Monochromatic Colors of #b880ba

#b880ba

Complementary Color

#b880ba #82ba80

#b880ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b880ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b880ba Color CSS Codes

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

#b880ba Text Font Color

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

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


#b880ba Background Color

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

This div background color is #b880ba


#b880ba Border Color

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

This div border color is #b880ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b880ba


Comments

No comments written yet.

Please login to write comment.