Color Hex Logo

#b43fbc Color Hex

#B43FBC
(180,63,188)
0 Favorites   0 Comments

Color spaces of #b43fbc

RGB 18063188
HSL0.820.500.49
HSV296°66°74°
CMYK 0.040.660.00   0.26
XYZ29.677016.889249.2727
Yxy16.88920.30970.1762
Hunter Lab41.096556.9814-42.3183
CIE-Lab48.120162.8264-42.9965

#b43fbc color RGB value is (180,63,188).

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

The process color (four color CMYK) of #b43fbc color hex is 0.04, 0.66, 0.00, 0.26. Web safe color of #b43fbc is #cc33cc. Color #b43fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111111 10111100
Octal 264 77 274
Decimal 180 63 188
Hex B4 3F BC

RGB Percentages of Color #b43fbc

%41.76
%14.62
%43.62

CMYK Percentages of Color #b43fbc

%4
%66
%0
%26

Triadic Colors of #b43fbc

#b43fbc #bcb43f #3fbcb4

Analogous Colors of #b43fbc

#b43fbc #bc3f86 #763fbc

Monochromatic Colors of #b43fbc

#b43fbc

Complementary Color

#b43fbc #47bc3f

#b43fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43fbc Color CSS Codes

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

#b43fbc Text Font Color

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

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


#b43fbc Background Color

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

This div background color is #b43fbc


#b43fbc Border Color

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

This div border color is #b43fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,63,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b43fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43fbc


Comments

No comments written yet.

Please login to write comment.