Color Hex Logo

#b940ba Color Hex

#B940BA
(185,64,186)
0 Favorites   0 Comments

Color spaces of #b940ba

RGB 18564186
HSL0.830.490.49
HSV300°66°73°
CMYK 0.010.660.00   0.27
XYZ30.703917.526248.2190
Yxy17.52620.31830.1817
Hunter Lab41.864357.6520-38.9848
CIE-Lab48.916363.2627-40.5213

#b940ba color RGB value is (185,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 10111010
Octal 271 100 272
Decimal 185 64 186
Hex B9 40 BA

RGB Percentages of Color #b940ba

%42.53
%14.71
%42.76

CMYK Percentages of Color #b940ba

%1
%66
%0
%27

Triadic Colors of #b940ba

#b940ba #bab940 #40bab9

Analogous Colors of #b940ba

#b940ba #ba407e #7c40ba

Monochromatic Colors of #b940ba

#b940ba

Complementary Color

#b940ba #41ba40

#b940ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b940ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b940ba Color CSS Codes

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

#b940ba Text Font Color

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

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


#b940ba Background Color

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

This div background color is #b940ba


#b940ba Border Color

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

This div border color is #b940ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b940ba


Comments

No comments written yet.

Please login to write comment.