Color Hex Logo

#bd39bd Color Hex

#BD39BD
(189,57,189)
0 Favorites   0 Comments

Color spaces of #bd39bd

RGB 18957189
HSL0.830.540.48
HSV300°70°74°
CMYK 0.000.700.00   0.26
XYZ31.634717.419249.8390
Yxy17.41920.31990.1761
Hunter Lab41.736362.2583-41.5851
CIE-Lab48.783967.2657-42.4380

#bd39bd color RGB value is (189,57,189).

#bd39bd hex color red value is 189, green value is 57 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd39bd hue: 0.83 , saturation: 0.54 and the lightness value of bd39bd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 10111101
Octal 275 71 275
Decimal 189 57 189
Hex BD 39 BD

RGB Percentages of Color #bd39bd

%43.45
%13.10
%43.45

CMYK Percentages of Color #bd39bd

%0
%70
%0
%26

Triadic Colors of #bd39bd

#bd39bd #bdbd39 #39bdbd

Analogous Colors of #bd39bd

#bd39bd #bd397b #7b39bd

Monochromatic Colors of #bd39bd

#bd39bd

Complementary Color

#bd39bd #39bd39

#bd39bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd39bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd39bd Color CSS Codes

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

#bd39bd Text Font Color

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

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


#bd39bd Background Color

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

This div background color is #bd39bd


#bd39bd Border Color

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

This div border color is #bd39bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd39bd


Comments

No comments written yet.

Please login to write comment.