Color Hex Logo

#b43dac Color Hex

#B43DAC
(180,61,172)
0 Favorites   0 Comments

Color spaces of #b43dac

RGB 18061172
HSL0.840.490.47
HSV304°66°71°
CMYK 0.000.660.04   0.29
XYZ27.937516.019340.6493
Yxy16.01930.33020.1893
Hunter Lab40.024154.5538-32.1992
CIE-Lab46.999860.8941-35.3902

#b43dac color RGB value is (180,61,172).

#b43dac hex color red value is 180, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b43dac hue: 0.84 , saturation: 0.49 and the lightness value of b43dac is 0.47.

The process color (four color CMYK) of #b43dac color hex is 0.00, 0.66, 0.04, 0.29. Web safe color of #b43dac is #cc3399. Color #b43dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111101 10101100
Octal 264 75 254
Decimal 180 61 172
Hex B4 3D AC

RGB Percentages of Color #b43dac

%43.58
%14.77
%41.65

CMYK Percentages of Color #b43dac

%0
%66
%4
%29

Triadic Colors of #b43dac

#b43dac #acb43d #3dacb4

Analogous Colors of #b43dac

#b43dac #b43d71 #813db4

Monochromatic Colors of #b43dac

#b43dac

Complementary Color

#b43dac #3db445

#b43dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43dac Color CSS Codes

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

#b43dac Text Font Color

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

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


#b43dac Background Color

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

This div background color is #b43dac


#b43dac Border Color

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

This div border color is #b43dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43dac


Comments

No comments written yet.

Please login to write comment.