Color Hex Logo

#b44aae Color Hex

#B44AAE
(180,74,174)
0 Favorites   0 Comments

Color spaces of #b44aae

RGB 18074174
HSL0.840.420.50
HSV303°59°71°
CMYK 0.000.590.03   0.29
XYZ28.911217.656841.9287
Yxy17.65680.32670.1995
Hunter Lab42.020049.2791-29.7472
CIE-Lab49.077255.7581-33.3038

#b44aae color RGB value is (180,74,174).

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

The process color (four color CMYK) of #b44aae color hex is 0.00, 0.59, 0.03, 0.29. Web safe color of #b44aae is #cc3399. Color #b44aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 10101110
Octal 264 112 256
Decimal 180 74 174
Hex B4 4A AE

RGB Percentages of Color #b44aae

%42.06
%17.29
%40.65

CMYK Percentages of Color #b44aae

%0
%59
%3
%29

Triadic Colors of #b44aae

#b44aae #aeb44a #4aaeb4

Analogous Colors of #b44aae

#b44aae #b44a79 #854ab4

Monochromatic Colors of #b44aae

#b44aae

Complementary Color

#b44aae #4ab450

#b44aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44aae Color CSS Codes

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

#b44aae Text Font Color

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

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


#b44aae Background Color

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

This div background color is #b44aae


#b44aae Border Color

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

This div border color is #b44aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44aae


Comments

No comments written yet.

Please login to write comment.