Color Hex Logo

#b44aaf Color Hex

#B44AAF
(180,74,175)
0 Favorites   0 Comments

Color spaces of #b44aaf

RGB 18074175
HSL0.840.420.50
HSV303°59°71°
CMYK 0.000.590.03   0.29
XYZ29.009017.696042.4442
Yxy17.69600.32540.1985
Hunter Lab42.066649.4764-30.3756
CIE-Lab49.125355.9294-33.8147

#b44aaf color RGB value is (180,74,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 10101111
Octal 264 112 257
Decimal 180 74 175
Hex B4 4A AF

RGB Percentages of Color #b44aaf

%41.96
%17.25
%40.79

CMYK Percentages of Color #b44aaf

%0
%59
%3
%29

Triadic Colors of #b44aaf

#b44aaf #afb44a #4aafb4

Analogous Colors of #b44aaf

#b44aaf #b44a7a #844ab4

Monochromatic Colors of #b44aaf

#b44aaf

Complementary Color

#b44aaf #4ab44f

#b44aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44aaf Color CSS Codes

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

#b44aaf Text Font Color

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

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


#b44aaf Background Color

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

This div background color is #b44aaf


#b44aaf Border Color

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

This div border color is #b44aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44aaf


Comments

No comments written yet.

Please login to write comment.