Color Hex Logo

#bc49bd Color Hex

#BC49BD
(188,73,189)
0 Favorites   0 Comments

Color spaces of #bc49bd

RGB 18873189
HSL0.830.470.51
HSV299°61°74°
CMYK 0.010.610.00   0.26
XYZ32.306919.130650.1339
Yxy19.13060.31810.1883
Hunter Lab43.738555.3042-37.3423
CIE-Lab50.839760.8420-39.1971

#bc49bd color RGB value is (188,73,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 10111101
Octal 274 111 275
Decimal 188 73 189
Hex BC 49 BD

RGB Percentages of Color #bc49bd

%41.78
%16.22
%42.00

CMYK Percentages of Color #bc49bd

%1
%61
%0
%26

Triadic Colors of #bc49bd

#bc49bd #bdbc49 #49bdbc

Analogous Colors of #bc49bd

#bc49bd #bd4984 #8249bd

Monochromatic Colors of #bc49bd

#bc49bd

Complementary Color

#bc49bd #4abd49

#bc49bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc49bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc49bd Color CSS Codes

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

#bc49bd Text Font Color

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

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


#bc49bd Background Color

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

This div background color is #bc49bd


#bc49bd Border Color

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

This div border color is #bc49bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc49bd


Comments

No comments written yet.

Please login to write comment.