Color Hex Logo

#b43cab Color Hex

#B43CAB
(180,60,171)
0 Favorites   0 Comments

Color spaces of #b43cab

RGB 18060171
HSL0.850.500.47
HSV305°67°71°
CMYK 0.000.670.05   0.29
XYZ27.788915.875340.1277
Yxy15.87530.33160.1895
Hunter Lab39.843854.7674-31.8218
CIE-Lab46.810561.1197-35.0980

#b43cab color RGB value is (180,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111100 10101011
Octal 264 74 253
Decimal 180 60 171
Hex B4 3C AB

RGB Percentages of Color #b43cab

%43.80
%14.60
%41.61

CMYK Percentages of Color #b43cab

%0
%67
%5
%29

Triadic Colors of #b43cab

#b43cab #abb43c #3cabb4

Analogous Colors of #b43cab

#b43cab #b43c6f #813cb4

Monochromatic Colors of #b43cab

#b43cab

Complementary Color

#b43cab #3cb445

#b43cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43cab Color CSS Codes

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

#b43cab Text Font Color

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

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


#b43cab Background Color

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

This div background color is #b43cab


#b43cab Border Color

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

This div border color is #b43cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43cab


Comments

No comments written yet.

Please login to write comment.