Color Hex Logo

#bd328f Color Hex

#BD328F
(189,50,143)
0 Favorites   0 Comments

Color spaces of #bd328f

RGB 18950143
HSL0.890.580.47
HSV320°74°74°
CMYK 0.000.740.24   0.26
XYZ27.084815.083227.4704
Yxy15.08320.38890.2166
Hunter Lab38.837156.5201-14.7513
CIE-Lab45.747962.8727-19.9141

#bd328f color RGB value is (189,50,143).

#bd328f hex color red value is 189, green value is 50 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bd328f hue: 0.89 , saturation: 0.58 and the lightness value of bd328f is 0.47.

The process color (four color CMYK) of #bd328f color hex is 0.00, 0.74, 0.24, 0.26. Web safe color of #bd328f is #cc3399. Color #bd328f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 10001111
Octal 275 62 217
Decimal 189 50 143
Hex BD 32 8F

RGB Percentages of Color #bd328f

%49.48
%13.09
%37.43

CMYK Percentages of Color #bd328f

%0
%74
%24
%26

Triadic Colors of #bd328f

#bd328f #8fbd32 #328fbd

Analogous Colors of #bd328f

#bd328f #bd3249 #a632bd

Monochromatic Colors of #bd328f

#bd328f

Complementary Color

#bd328f #32bd60

#bd328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd328f Color CSS Codes

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

#bd328f Text Font Color

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

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


#bd328f Background Color

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

This div background color is #bd328f


#bd328f Border Color

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

This div border color is #bd328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd328f


Comments

No comments written yet.

Please login to write comment.