Color Hex Logo

#b484a2 Color Hex

#B484A2
(180,132,162)
0 Favorites   0 Comments

Color spaces of #b484a2

RGB 180132162
HSL0.900.240.61
HSV323°27°71°
CMYK 0.000.270.10   0.29
XYZ33.595228.814537.9735
Yxy28.81450.33470.2870
Hunter Lab53.679117.7761-4.3673
CIE-Lab60.617623.2737-8.6794

#b484a2 color RGB value is (180,132,162).

#b484a2 hex color red value is 180, green value is 132 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #b484a2 hue: 0.90 , saturation: 0.24 and the lightness value of b484a2 is 0.61.

The process color (four color CMYK) of #b484a2 color hex is 0.00, 0.27, 0.10, 0.29. Web safe color of #b484a2 is #cc9999. Color #b484a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000100 10100010
Octal 264 204 242
Decimal 180 132 162
Hex B4 84 A2

RGB Percentages of Color #b484a2

%37.97
%27.85
%34.18

CMYK Percentages of Color #b484a2

%0
%27
%10
%29

Triadic Colors of #b484a2

#b484a2 #a2b484 #84a2b4

Analogous Colors of #b484a2

#b484a2 #b4848a #ae84b4

Monochromatic Colors of #b484a2

#b484a2

Complementary Color

#b484a2 #84b496

#b484a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b484a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b484a2 Color CSS Codes

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

#b484a2 Text Font Color

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

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


#b484a2 Background Color

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

This div background color is #b484a2


#b484a2 Border Color

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

This div border color is #b484a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b484a2


Comments

No comments written yet.

Please login to write comment.