Color Hex Logo

#b414aa Color Hex

#B414AA
(180,20,170)
0 Favorites   0 Comments

Color spaces of #b414aa

RGB 18020170
HSL0.840.800.39
HSV304°89°71°
CMYK 0.000.890.06   0.29
XYZ26.328213.105939.1722
Yxy13.10590.33490.1667
Hunter Lab36.202166.4617-38.8129
CIE-Lab42.922471.9592-40.6543

#b414aa color RGB value is (180,20,170).

#b414aa hex color red value is 180, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b414aa hue: 0.84 , saturation: 0.80 and the lightness value of b414aa is 0.39.

The process color (four color CMYK) of #b414aa color hex is 0.00, 0.89, 0.06, 0.29. Web safe color of #b414aa is #cc0099. Color #b414aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010100 10101010
Octal 264 24 252
Decimal 180 20 170
Hex B4 14 AA

RGB Percentages of Color #b414aa

%48.65
%5.41
%45.95

CMYK Percentages of Color #b414aa

%0
%89
%6
%29

Triadic Colors of #b414aa

#b414aa #aab414 #14aab4

Analogous Colors of #b414aa

#b414aa #b4145a #6e14b4

Monochromatic Colors of #b414aa

#b414aa

Complementary Color

#b414aa #14b41e

#b414aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b414aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b414aa Color CSS Codes

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

#b414aa Text Font Color

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

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


#b414aa Background Color

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

This div background color is #b414aa


#b414aa Border Color

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

This div border color is #b414aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b414aa


Comments

No comments written yet.

Please login to write comment.