Color Hex Logo

#bd52bd Color Hex

#BD52BD
(189,82,189)
0 Favorites   0 Comments

Color spaces of #bd52bd

RGB 18982189
HSL0.830.450.53
HSV300°57°74°
CMYK 0.000.570.00   0.26
XYZ33.188920.527550.3571
Yxy20.52750.31890.1972
Hunter Lab45.307351.4687-34.1832
CIE-Lab52.428457.1407-36.6866

#bd52bd color RGB value is (189,82,189).

#bd52bd hex color red value is 189, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd52bd hue: 0.83 , saturation: 0.45 and the lightness value of bd52bd is 0.53.

The process color (four color CMYK) of #bd52bd color hex is 0.00, 0.57, 0.00, 0.26. Web safe color of #bd52bd is #cc66cc. Color #bd52bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 10111101
Octal 275 122 275
Decimal 189 82 189
Hex BD 52 BD

RGB Percentages of Color #bd52bd

%41.09
%17.83
%41.09

CMYK Percentages of Color #bd52bd

%0
%57
%0
%26

Triadic Colors of #bd52bd

#bd52bd #bdbd52 #52bdbd

Analogous Colors of #bd52bd

#bd52bd #bd5288 #8852bd

Monochromatic Colors of #bd52bd

#bd52bd

Complementary Color

#bd52bd #52bd52

#bd52bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd52bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd52bd Color CSS Codes

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

#bd52bd Text Font Color

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

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


#bd52bd Background Color

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

This div background color is #bd52bd


#bd52bd Border Color

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

This div border color is #bd52bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd52bd


Comments

No comments written yet.

Please login to write comment.