Color Hex Logo

#bc32bd Color Hex

#BC32BD
(188,50,189)
0 Favorites   0 Comments

Color spaces of #bc32bd

RGB 18850189
HSL0.830.580.47
HSV300°74°74°
CMYK 0.010.740.00   0.26
XYZ31.064916.646749.7199
Yxy16.64670.31880.1709
Hunter Lab40.800464.5071-43.6914
CIE-Lab47.811869.3631-43.9913

#bc32bd color RGB value is (188,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110010 10111101
Octal 274 62 275
Decimal 188 50 189
Hex BC 32 BD

RGB Percentages of Color #bc32bd

%44.03
%11.71
%44.26

CMYK Percentages of Color #bc32bd

%1
%74
%0
%26

Triadic Colors of #bc32bd

#bc32bd #bdbc32 #32bdbc

Analogous Colors of #bc32bd

#bc32bd #bd3279 #7732bd

Monochromatic Colors of #bc32bd

#bc32bd

Complementary Color

#bc32bd #33bd32

#bc32bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc32bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc32bd Color CSS Codes

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

#bc32bd Text Font Color

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

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


#bc32bd Background Color

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

This div background color is #bc32bd


#bc32bd Border Color

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

This div border color is #bc32bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc32bd


Comments

No comments written yet.

Please login to write comment.