Color Hex Logo

#b948ba Color Hex

#B948BA
(185,72,186)
0 Favorites   0 Comments

Color spaces of #b948ba

RGB 18572186
HSL0.830.450.51
HSV299°61°73°
CMYK 0.010.610.00   0.27
XYZ31.187918.494248.3803
Yxy18.49420.31800.1886
Hunter Lab43.004954.1928-36.5976
CIE-Lab50.090159.9966-38.6673

#b948ba color RGB value is (185,72,186).

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

The process color (four color CMYK) of #b948ba color hex is 0.01, 0.61, 0.00, 0.27. Web safe color of #b948ba is #cc33cc. Color #b948ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001000 10111010
Octal 271 110 272
Decimal 185 72 186
Hex B9 48 BA

RGB Percentages of Color #b948ba

%41.76
%16.25
%41.99

CMYK Percentages of Color #b948ba

%1
%61
%0
%27

Triadic Colors of #b948ba

#b948ba #bab948 #48bab9

Analogous Colors of #b948ba

#b948ba #ba4882 #8048ba

Monochromatic Colors of #b948ba

#b948ba

Complementary Color

#b948ba #49ba48

#b948ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b948ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b948ba Color CSS Codes

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

#b948ba Text Font Color

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

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


#b948ba Background Color

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

This div background color is #b948ba


#b948ba Border Color

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

This div border color is #b948ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b948ba


Comments

No comments written yet.

Please login to write comment.