Color Hex Logo

#b148ba Color Hex

#B148BA
(177,72,186)
0 Favorites   0 Comments

Color spaces of #b148ba

RGB 17772186
HSL0.820.450.51
HSV295°61°73°
CMYK 0.050.610.00   0.27
XYZ29.311817.527048.2925
Yxy17.52700.30810.1842
Hunter Lab41.865351.7119-39.0866
CIE-Lab48.917357.9931-40.5970

#b148ba color RGB value is (177,72,186).

#b148ba hex color red value is 177, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b148ba hue: 0.82 , saturation: 0.45 and the lightness value of b148ba is 0.51.

The process color (four color CMYK) of #b148ba color hex is 0.05, 0.61, 0.00, 0.27. Web safe color of #b148ba is #9933cc. Color #b148ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001000 10111010
Octal 261 110 272
Decimal 177 72 186
Hex B1 48 BA

RGB Percentages of Color #b148ba

%40.69
%16.55
%42.76

CMYK Percentages of Color #b148ba

%5
%61
%0
%27

Triadic Colors of #b148ba

#b148ba #bab148 #48bab1

Analogous Colors of #b148ba

#b148ba #ba488a #7848ba

Monochromatic Colors of #b148ba

#b148ba

Complementary Color

#b148ba #51ba48

#b148ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b148ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b148ba Color CSS Codes

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

#b148ba Text Font Color

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

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


#b148ba Background Color

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

This div background color is #b148ba


#b148ba Border Color

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

This div border color is #b148ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b148ba


Comments

No comments written yet.

Please login to write comment.