Color Hex Logo

#b43fba Color Hex

#B43FBA
(180,63,186)
0 Favorites   0 Comments

Color spaces of #b43fba

RGB 18063186
HSL0.830.490.49
HSV297°66°73°
CMYK 0.030.660.00   0.27
XYZ29.462816.803548.1449
Yxy16.80350.31210.1780
Hunter Lab40.992156.5597-40.9412
CIE-Lab48.011562.4766-42.0032

#b43fba color RGB value is (180,63,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111111 10111010
Octal 264 77 272
Decimal 180 63 186
Hex B4 3F BA

RGB Percentages of Color #b43fba

%41.96
%14.69
%43.36

CMYK Percentages of Color #b43fba

%3
%66
%0
%27

Triadic Colors of #b43fba

#b43fba #bab43f #3fbab4

Analogous Colors of #b43fba

#b43fba #ba3f83 #773fba

Monochromatic Colors of #b43fba

#b43fba

Complementary Color

#b43fba #45ba3f

#b43fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43fba Color CSS Codes

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

#b43fba Text Font Color

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

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


#b43fba Background Color

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

This div background color is #b43fba


#b43fba Border Color

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

This div border color is #b43fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43fba


Comments

No comments written yet.

Please login to write comment.