Color Hex Logo

#bc52bd Color Hex

#BC52BD
(188,82,189)
0 Favorites   0 Comments

Color spaces of #bc52bd

RGB 18882189
HSL0.830.450.53
HSV299°57°74°
CMYK 0.010.570.00   0.26
XYZ32.941620.400150.3455
Yxy20.40010.31770.1967
Hunter Lab45.166551.1454-34.4720
CIE-Lab52.286656.8755-36.9193

#bc52bd color RGB value is (188,82,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010010 10111101
Octal 274 122 275
Decimal 188 82 189
Hex BC 52 BD

RGB Percentages of Color #bc52bd

%40.96
%17.86
%41.18

CMYK Percentages of Color #bc52bd

%1
%57
%0
%26

Triadic Colors of #bc52bd

#bc52bd #bdbc52 #52bdbc

Analogous Colors of #bc52bd

#bc52bd #bd5289 #8752bd

Monochromatic Colors of #bc52bd

#bc52bd

Complementary Color

#bc52bd #53bd52

#bc52bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc52bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc52bd Color CSS Codes

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

#bc52bd Text Font Color

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

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


#bc52bd Background Color

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

This div background color is #bc52bd


#bc52bd Border Color

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

This div border color is #bc52bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc52bd


Comments

No comments written yet.

Please login to write comment.