Color Hex Logo

#bc49bf Color Hex

#BC49BF
(188,73,191)
0 Favorites   0 Comments

Color spaces of #bc49bf

RGB 18873191
HSL0.830.480.52
HSV298°62°75°
CMYK 0.020.620.00   0.25
XYZ32.525619.218051.2854
Yxy19.21800.31570.1865
Hunter Lab43.838355.7199-38.6751
CIE-Lab50.941361.1895-40.1953

#bc49bf color RGB value is (188,73,191).

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

The process color (four color CMYK) of #bc49bf color hex is 0.02, 0.62, 0.00, 0.25. Web safe color of #bc49bf is #cc33cc. Color #bc49bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 10111111
Octal 274 111 277
Decimal 188 73 191
Hex BC 49 BF

RGB Percentages of Color #bc49bf

%41.59
%16.15
%42.26

CMYK Percentages of Color #bc49bf

%2
%62
%0
%25

Triadic Colors of #bc49bf

#bc49bf #bfbc49 #49bfbc

Analogous Colors of #bc49bf

#bc49bf #bf4987 #8149bf

Monochromatic Colors of #bc49bf

#bc49bf

Complementary Color

#bc49bf #4cbf49

#bc49bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc49bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc49bf Color CSS Codes

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

#bc49bf Text Font Color

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

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


#bc49bf Background Color

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

This div background color is #bc49bf


#bc49bf Border Color

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

This div border color is #bc49bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,73,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc49bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc49bf


Comments

No comments written yet.

Please login to write comment.