Color Hex Logo

#b436ac Color Hex

#B436AC
(180,54,172)
0 Favorites   0 Comments

Color spaces of #b436ac

RGB 18054172
HSL0.840.540.46
HSV304°70°71°
CMYK 0.000.700.04   0.29
XYZ27.588015.320240.5328
Yxy15.32020.33060.1836
Hunter Lab39.141057.3164-33.9995
CIE-Lab46.069763.5111-36.8562

#b436ac color RGB value is (180,54,172).

#b436ac hex color red value is 180, green value is 54 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b436ac hue: 0.84 , saturation: 0.54 and the lightness value of b436ac is 0.46.

The process color (four color CMYK) of #b436ac color hex is 0.00, 0.70, 0.04, 0.29. Web safe color of #b436ac is #cc3399. Color #b436ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110110 10101100
Octal 264 66 254
Decimal 180 54 172
Hex B4 36 AC

RGB Percentages of Color #b436ac

%44.33
%13.30
%42.36

CMYK Percentages of Color #b436ac

%0
%70
%4
%29

Triadic Colors of #b436ac

#b436ac #acb436 #36acb4

Analogous Colors of #b436ac

#b436ac #b4366d #7d36b4

Monochromatic Colors of #b436ac

#b436ac

Complementary Color

#b436ac #36b43e

#b436ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b436ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b436ac Color CSS Codes

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

#b436ac Text Font Color

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

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


#b436ac Background Color

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

This div background color is #b436ac


#b436ac Border Color

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

This div border color is #b436ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,54,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 #b436ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b436ac


Comments

No comments written yet.

Please login to write comment.