Color Hex Logo

#bc43bd Color Hex

#BC43BD
(188,67,189)
0 Favorites   0 Comments

Color spaces of #bc43bd

RGB 18867189
HSL0.830.480.50
HSV300°65°74°
CMYK 0.010.650.00   0.26
XYZ31.931518.379850.0088
Yxy18.37980.31830.1832
Hunter Lab42.871757.9242-39.1502
CIE-Lab49.953663.3045-40.5963

#bc43bd color RGB value is (188,67,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 10111101
Octal 274 103 275
Decimal 188 67 189
Hex BC 43 BD

RGB Percentages of Color #bc43bd

%42.34
%15.09
%42.57

CMYK Percentages of Color #bc43bd

%1
%65
%0
%26

Triadic Colors of #bc43bd

#bc43bd #bdbc43 #43bdbc

Analogous Colors of #bc43bd

#bc43bd #bd4381 #7f43bd

Monochromatic Colors of #bc43bd

#bc43bd

Complementary Color

#bc43bd #44bd43

#bc43bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc43bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc43bd Color CSS Codes

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

#bc43bd Text Font Color

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

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


#bc43bd Background Color

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

This div background color is #bc43bd


#bc43bd Border Color

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

This div border color is #bc43bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc43bd


Comments

No comments written yet.

Please login to write comment.