Color Hex Logo

#b43caa Color Hex

#B43CAA
(180,60,170)
0 Favorites   0 Comments

Color spaces of #b43caa

RGB 18060170
HSL0.850.500.47
HSV305°67°71°
CMYK 0.000.670.06   0.29
XYZ27.693915.837339.6275
Yxy15.83730.33300.1904
Hunter Lab39.796154.5740-31.1815
CIE-Lab46.760360.9573-34.5862

#b43caa color RGB value is (180,60,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111100 10101010
Octal 264 74 252
Decimal 180 60 170
Hex B4 3C AA

RGB Percentages of Color #b43caa

%43.90
%14.63
%41.46

CMYK Percentages of Color #b43caa

%0
%67
%6
%29

Triadic Colors of #b43caa

#b43caa #aab43c #3caab4

Analogous Colors of #b43caa

#b43caa #b43c6e #823cb4

Monochromatic Colors of #b43caa

#b43caa

Complementary Color

#b43caa #3cb446

#b43caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43caa Color CSS Codes

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

#b43caa Text Font Color

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

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


#b43caa Background Color

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

This div background color is #b43caa


#b43caa Border Color

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

This div border color is #b43caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43caa

#b43caa Color Palettes


Comments

No comments written yet.

Please login to write comment.