Color Hex Logo

#b420ab Color Hex

#B420AB
(180,32,171)
0 Favorites   0 Comments

Color spaces of #b420ab

RGB 18032171
HSL0.840.700.42
HSV304°82°71°
CMYK 0.000.820.05   0.29
XYZ26.689613.676639.7612
Yxy13.67660.33310.1707
Hunter Lab36.981964.1040-37.8585
CIE-Lab43.765569.8095-39.9100

#b420ab color RGB value is (180,32,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100000 10101011
Octal 264 40 253
Decimal 180 32 171
Hex B4 20 AB

RGB Percentages of Color #b420ab

%47.00
%8.36
%44.65

CMYK Percentages of Color #b420ab

%0
%82
%5
%29

Triadic Colors of #b420ab

#b420ab #abb420 #20abb4

Analogous Colors of #b420ab

#b420ab #b42061 #7320b4

Monochromatic Colors of #b420ab

#b420ab

Complementary Color

#b420ab #20b429

#b420ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b420ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b420ab Color CSS Codes

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

#b420ab Text Font Color

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

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


#b420ab Background Color

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

This div background color is #b420ab


#b420ab Border Color

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

This div border color is #b420ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b420ab


Comments

No comments written yet.

Please login to write comment.