Color Hex Logo

#b44aba Color Hex

#B44ABA
(180,74,186)
0 Favorites   0 Comments

Color spaces of #b44aba

RGB 18074186
HSL0.820.450.51
HSV297°60°73°
CMYK 0.030.600.00   0.27
XYZ30.134118.146048.3687
Yxy18.14600.31180.1878
Hunter Lab42.598151.7250-37.5031
CIE-Lab49.672757.8669-39.3748

#b44aba color RGB value is (180,74,186).

#b44aba hex color red value is 180, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b44aba hue: 0.82 , saturation: 0.45 and the lightness value of b44aba is 0.51.

The process color (four color CMYK) of #b44aba color hex is 0.03, 0.60, 0.00, 0.27. Web safe color of #b44aba is #cc33cc. Color #b44aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 10111010
Octal 264 112 272
Decimal 180 74 186
Hex B4 4A BA

RGB Percentages of Color #b44aba

%40.91
%16.82
%42.27

CMYK Percentages of Color #b44aba

%3
%60
%0
%27

Triadic Colors of #b44aba

#b44aba #bab44a #4abab4

Analogous Colors of #b44aba

#b44aba #ba4a88 #7c4aba

Monochromatic Colors of #b44aba

#b44aba

Complementary Color

#b44aba #50ba4a

#b44aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44aba Color CSS Codes

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

#b44aba Text Font Color

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

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


#b44aba Background Color

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

This div background color is #b44aba


#b44aba Border Color

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

This div border color is #b44aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44aba


Comments

No comments written yet.

Please login to write comment.