Color Hex Logo

#b7328b Color Hex

#B7328B
(183,50,139)
0 Favorites   0 Comments

Color spaces of #b7328b

RGB 18350139
HSL0.890.570.46
HSV320°73°72°
CMYK 0.000.730.24   0.28
XYZ25.329214.212625.8344
Yxy14.21260.38740.2174
Hunter Lab37.699653.9543-14.2399
CIE-Lab44.536360.8269-19.4429

#b7328b color RGB value is (183,50,139).

#b7328b hex color red value is 183, green value is 50 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #b7328b hue: 0.89 , saturation: 0.57 and the lightness value of b7328b is 0.46.

The process color (four color CMYK) of #b7328b color hex is 0.00, 0.73, 0.24, 0.28. Web safe color of #b7328b is #cc3399. Color #b7328b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110010 10001011
Octal 267 62 213
Decimal 183 50 139
Hex B7 32 8B

RGB Percentages of Color #b7328b

%49.19
%13.44
%37.37

CMYK Percentages of Color #b7328b

%0
%73
%24
%28

Triadic Colors of #b7328b

#b7328b #8bb732 #328bb7

Analogous Colors of #b7328b

#b7328b #b73248 #a132b7

Monochromatic Colors of #b7328b

#b7328b

Complementary Color

#b7328b #32b75e

#b7328b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7328b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7328b Color CSS Codes

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

#b7328b Text Font Color

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

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


#b7328b Background Color

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

This div background color is #b7328b


#b7328b Border Color

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

This div border color is #b7328b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7328b


Comments

No comments written yet.

Please login to write comment.