Color Hex Logo

#b4328f Color Hex

#B4328F
(180,50,143)
0 Favorites   0 Comments

Color spaces of #b4328f

RGB 18050143
HSL0.880.570.45
HSV317°72°71°
CMYK 0.000.720.21   0.29
XYZ24.920913.967727.3692
Yxy13.96770.37610.2108
Hunter Lab37.373453.6219-17.2578
CIE-Lab44.186660.5961-22.4508

#b4328f color RGB value is (180,50,143).

#b4328f hex color red value is 180, green value is 50 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b4328f hue: 0.88 , saturation: 0.57 and the lightness value of b4328f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110010 10001111
Octal 264 62 217
Decimal 180 50 143
Hex B4 32 8F

RGB Percentages of Color #b4328f

%48.26
%13.40
%38.34

CMYK Percentages of Color #b4328f

%0
%72
%21
%29

Triadic Colors of #b4328f

#b4328f #8fb432 #328fb4

Analogous Colors of #b4328f

#b4328f #b4324e #9832b4

Monochromatic Colors of #b4328f

#b4328f

Complementary Color

#b4328f #32b457

#b4328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4328f Color CSS Codes

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

#b4328f Text Font Color

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

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


#b4328f Background Color

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

This div background color is #b4328f


#b4328f Border Color

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

This div border color is #b4328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4328f


Comments

No comments written yet.

Please login to write comment.