Color Hex Logo

#b43daa Color Hex

#B43DAA
(180,61,170)
0 Favorites   0 Comments

Color spaces of #b43daa

RGB 18061170
HSL0.850.490.47
HSV305°66°71°
CMYK 0.000.660.06   0.29
XYZ27.746815.943139.6451
Yxy15.94310.33300.1913
Hunter Lab39.928854.1654-30.9186
CIE-Lab46.899760.5672-34.3669

#b43daa color RGB value is (180,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111101 10101010
Octal 264 75 252
Decimal 180 61 170
Hex B4 3D AA

RGB Percentages of Color #b43daa

%43.80
%14.84
%41.36

CMYK Percentages of Color #b43daa

%0
%66
%6
%29

Triadic Colors of #b43daa

#b43daa #aab43d #3daab4

Analogous Colors of #b43daa

#b43daa #b43d6f #833db4

Monochromatic Colors of #b43daa

#b43daa

Complementary Color

#b43daa #3db447

#b43daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43daa Color CSS Codes

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

#b43daa Text Font Color

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

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


#b43daa Background Color

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

This div background color is #b43daa


#b43daa Border Color

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

This div border color is #b43daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43daa


Comments

No comments written yet.

Please login to write comment.