Color Hex Logo

#b040ba Color Hex

#B040BA
(176,64,186)
0 Favorites   0 Comments

Color spaces of #b040ba

RGB 17664186
HSL0.820.490.49
HSV295°66°73°
CMYK 0.050.660.00   0.27
XYZ28.600816.442148.1206
Yxy16.44210.30700.1765
Hunter Lab40.548954.9430-41.9771
CIE-Lab47.549261.1362-42.7746

#b040ba color RGB value is (176,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000000 10111010
Octal 260 100 272
Decimal 176 64 186
Hex B0 40 BA

RGB Percentages of Color #b040ba

%41.31
%15.02
%43.66

CMYK Percentages of Color #b040ba

%5
%66
%0
%27

Triadic Colors of #b040ba

#b040ba #bab040 #40bab0

Analogous Colors of #b040ba

#b040ba #ba4087 #7340ba

Monochromatic Colors of #b040ba

#b040ba

Complementary Color

#b040ba #4aba40

#b040ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b040ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b040ba Color CSS Codes

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

#b040ba Text Font Color

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

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


#b040ba Background Color

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

This div background color is #b040ba


#b040ba Border Color

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

This div border color is #b040ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b040ba


Comments

No comments written yet.

Please login to write comment.