Color Hex Logo

#b54aac Color Hex

#B54AAC
(181,74,172)
0 Favorites   0 Comments

Color spaces of #b54aac

RGB 18174172
HSL0.850.420.50
HSV305°59°71°
CMYK 0.000.590.05   0.29
XYZ28.951217.699940.9202
Yxy17.69990.33060.2021
Hunter Lab42.071249.2095-28.2180
CIE-Lab49.130155.6850-32.0365

#b54aac color RGB value is (181,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001010 10101100
Octal 265 112 254
Decimal 181 74 172
Hex B5 4A AC

RGB Percentages of Color #b54aac

%42.39
%17.33
%40.28

CMYK Percentages of Color #b54aac

%0
%59
%5
%29

Triadic Colors of #b54aac

#b54aac #acb54a #4aacb5

Analogous Colors of #b54aac

#b54aac #b54a77 #894ab5

Monochromatic Colors of #b54aac

#b54aac

Complementary Color

#b54aac #4ab553

#b54aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54aac Color CSS Codes

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

#b54aac Text Font Color

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

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


#b54aac Background Color

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

This div background color is #b54aac


#b54aac Border Color

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

This div border color is #b54aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54aac


Comments

No comments written yet.

Please login to write comment.