Color Hex Logo

#b44aa8 Color Hex

#B44AA8
(180,74,168)
0 Favorites   0 Comments

Color spaces of #b44aa8

RGB 18074168
HSL0.850.420.50
HSV307°59°71°
CMYK 0.000.590.07   0.29
XYZ28.339117.428038.9161
Yxy17.42800.33460.2058
Hunter Lab41.746948.1145-26.0469
CIE-Lab48.794954.7422-30.2187

#b44aa8 color RGB value is (180,74,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 10101000
Octal 264 112 250
Decimal 180 74 168
Hex B4 4A A8

RGB Percentages of Color #b44aa8

%42.65
%17.54
%39.81

CMYK Percentages of Color #b44aa8

%0
%59
%7
%29

Triadic Colors of #b44aa8

#b44aa8 #a8b44a #4aa8b4

Analogous Colors of #b44aa8

#b44aa8 #b44a73 #8b4ab4

Monochromatic Colors of #b44aa8

#b44aa8

Complementary Color

#b44aa8 #4ab456

#b44aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44aa8 Color CSS Codes

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

#b44aa8 Text Font Color

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

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


#b44aa8 Background Color

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

This div background color is #b44aa8


#b44aa8 Border Color

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

This div border color is #b44aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44aa8


Comments

No comments written yet.

Please login to write comment.