Color Hex Logo

#bd329a Color Hex

#BD329A
(189,50,154)
0 Favorites   0 Comments

Color spaces of #bd329a

RGB 18950154
HSL0.880.580.47
HSV315°74°74°
CMYK 0.000.740.19   0.26
XYZ27.959615.433132.0771
Yxy15.43310.37050.2045
Hunter Lab39.285058.2919-20.9122
CIE-Lab46.221864.3353-25.7997

#bd329a color RGB value is (189,50,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 10011010
Octal 275 62 232
Decimal 189 50 154
Hex BD 32 9A

RGB Percentages of Color #bd329a

%48.09
%12.72
%39.19

CMYK Percentages of Color #bd329a

%0
%74
%19
%26

Triadic Colors of #bd329a

#bd329a #9abd32 #329abd

Analogous Colors of #bd329a

#bd329a #bd3254 #9b32bd

Monochromatic Colors of #bd329a

#bd329a

Complementary Color

#bd329a #32bd55

#bd329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd329a Color CSS Codes

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

#bd329a Text Font Color

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

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


#bd329a Background Color

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

This div background color is #bd329a


#bd329a Border Color

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

This div border color is #bd329a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd329a


Comments

No comments written yet.

Please login to write comment.