Color Hex Logo

#b4488e Color Hex

#B4488E
(180,72,142)
0 Favorites   0 Comments

Color spaces of #b4488e

RGB 18072142
HSL0.890.430.49
HSV321°60°71°
CMYK 0.000.600.21   0.29
XYZ26.022216.291027.3641
Yxy16.29100.37350.2338
Hunter Lab40.362144.4486-11.9431
CIE-Lab47.354051.5898-16.9819

#b4488e color RGB value is (180,72,142).

#b4488e hex color red value is 180, green value is 72 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b4488e hue: 0.89 , saturation: 0.43 and the lightness value of b4488e is 0.49.

The process color (four color CMYK) of #b4488e color hex is 0.00, 0.60, 0.21, 0.29. Web safe color of #b4488e is #cc3399. Color #b4488e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 10001110
Octal 264 110 216
Decimal 180 72 142
Hex B4 48 8E

RGB Percentages of Color #b4488e

%45.69
%18.27
%36.04

CMYK Percentages of Color #b4488e

%0
%60
%21
%29

Triadic Colors of #b4488e

#b4488e #8eb448 #488eb4

Analogous Colors of #b4488e

#b4488e #b44858 #a448b4

Monochromatic Colors of #b4488e

#b4488e

Complementary Color

#b4488e #48b46e

#b4488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4488e Color CSS Codes

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

#b4488e Text Font Color

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

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


#b4488e Background Color

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

This div background color is #b4488e


#b4488e Border Color

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

This div border color is #b4488e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4488e


Comments

No comments written yet.

Please login to write comment.