Color Hex Logo

#b42bab Color Hex

#B42BAB
(180,43,171)
0 Favorites   0 Comments

Color spaces of #b42bab

RGB 18043171
HSL0.840.610.44
HSV304°76°71°
CMYK 0.000.760.05   0.29
XYZ27.037014.371339.8770
Yxy14.37130.33260.1768
Hunter Lab37.909560.9643-35.8305
CIE-Lab44.760866.9341-38.3327

#b42bab color RGB value is (180,43,171).

#b42bab hex color red value is 180, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b42bab hue: 0.84 , saturation: 0.61 and the lightness value of b42bab is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101011 10101011
Octal 264 53 253
Decimal 180 43 171
Hex B4 2B AB

RGB Percentages of Color #b42bab

%45.69
%10.91
%43.40

CMYK Percentages of Color #b42bab

%0
%76
%5
%29

Triadic Colors of #b42bab

#b42bab #abb42b #2babb4

Analogous Colors of #b42bab

#b42bab #b42b67 #792bb4

Monochromatic Colors of #b42bab

#b42bab

Complementary Color

#b42bab #2bb434

#b42bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42bab Color CSS Codes

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

#b42bab Text Font Color

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

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


#b42bab Background Color

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

This div background color is #b42bab


#b42bab Border Color

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

This div border color is #b42bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42bab


Comments

No comments written yet.

Please login to write comment.