Color Hex Logo

#bc44bd Color Hex

#BC44BD
(188,68,189)
0 Favorites   0 Comments

Color spaces of #bc44bd

RGB 18868189
HSL0.830.480.50
HSV300°64°74°
CMYK 0.010.640.00   0.26
XYZ31.991518.499750.0288
Yxy18.49970.31830.1840
Hunter Lab43.011357.4974-38.8556
CIE-Lab50.096762.9052-40.3701

#bc44bd color RGB value is (188,68,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000100 10111101
Octal 274 104 275
Decimal 188 68 189
Hex BC 44 BD

RGB Percentages of Color #bc44bd

%42.25
%15.28
%42.47

CMYK Percentages of Color #bc44bd

%1
%64
%0
%26

Triadic Colors of #bc44bd

#bc44bd #bdbc44 #44bdbc

Analogous Colors of #bc44bd

#bc44bd #bd4482 #8044bd

Monochromatic Colors of #bc44bd

#bc44bd

Complementary Color

#bc44bd #45bd44

#bc44bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc44bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc44bd Color CSS Codes

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

#bc44bd Text Font Color

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

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


#bc44bd Background Color

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

This div background color is #bc44bd


#bc44bd Border Color

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

This div border color is #bc44bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc44bd


Comments

No comments written yet.

Please login to write comment.