Color Hex Logo

#b43aab Color Hex

#B43AAB
(180,58,171)
0 Favorites   0 Comments

Color spaces of #b43aab

RGB 18058171
HSL0.850.510.47
HSV304°68°71°
CMYK 0.000.680.05   0.29
XYZ27.686115.669740.0934
Yxy15.66970.33180.1878
Hunter Lab39.585055.5709-32.3420
CIE-Lab46.538161.8838-35.5267

#b43aab color RGB value is (180,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111010 10101011
Octal 264 72 253
Decimal 180 58 171
Hex B4 3A AB

RGB Percentages of Color #b43aab

%44.01
%14.18
%41.81

CMYK Percentages of Color #b43aab

%0
%68
%5
%29

Triadic Colors of #b43aab

#b43aab #abb43a #3aabb4

Analogous Colors of #b43aab

#b43aab #b43a6e #803ab4

Monochromatic Colors of #b43aab

#b43aab

Complementary Color

#b43aab #3ab443

#b43aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43aab Color CSS Codes

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

#b43aab Text Font Color

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

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


#b43aab Background Color

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

This div background color is #b43aab


#b43aab Border Color

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

This div border color is #b43aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43aab


Comments

No comments written yet.

Please login to write comment.