Color Hex Logo

#bd32bd Color Hex

#BD32BD
(189,50,189)
0 Favorites   0 Comments

Color spaces of #bd32bd

RGB 18950189
HSL0.830.580.47
HSV300°74°74°
CMYK 0.000.740.00   0.26
XYZ31.312216.774149.7315
Yxy16.77410.32010.1715
Hunter Lab40.956264.7951-43.3242
CIE-Lab47.974169.5747-43.7233

#bd32bd color RGB value is (189,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 10111101
Octal 275 62 275
Decimal 189 50 189
Hex BD 32 BD

RGB Percentages of Color #bd32bd

%44.16
%11.68
%44.16

CMYK Percentages of Color #bd32bd

%0
%74
%0
%26

Triadic Colors of #bd32bd

#bd32bd #bdbd32 #32bdbd

Analogous Colors of #bd32bd

#bd32bd #bd3278 #7832bd

Monochromatic Colors of #bd32bd

#bd32bd

Complementary Color

#bd32bd #32bd32

#bd32bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd32bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd32bd Color CSS Codes

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

#bd32bd Text Font Color

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

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


#bd32bd Background Color

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

This div background color is #bd32bd


#bd32bd Border Color

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

This div border color is #bd32bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd32bd


Comments

No comments written yet.

Please login to write comment.