Color Hex Logo

#bc49b4 Color Hex

#BC49B4
(188,73,180)
0 Favorites   0 Comments

Color spaces of #bc49b4

RGB 18873180
HSL0.840.460.51
HSV304°61°74°
CMYK 0.000.610.04   0.26
XYZ31.359818.751745.1466
Yxy18.75170.32920.1969
Hunter Lab43.303253.4874-31.5016
CIE-Lab50.395459.3130-34.6620

#bc49b4 color RGB value is (188,73,180).

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

The process color (four color CMYK) of #bc49b4 color hex is 0.00, 0.61, 0.04, 0.26. Web safe color of #bc49b4 is #cc33cc. Color #bc49b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 10110100
Octal 274 111 264
Decimal 188 73 180
Hex BC 49 B4

RGB Percentages of Color #bc49b4

%42.63
%16.55
%40.82

CMYK Percentages of Color #bc49b4

%0
%61
%4
%26

Triadic Colors of #bc49b4

#bc49b4 #b4bc49 #49b4bc

Analogous Colors of #bc49b4

#bc49b4 #bc497b #8b49bc

Monochromatic Colors of #bc49b4

#bc49b4

Complementary Color

#bc49b4 #49bc51

#bc49b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc49b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc49b4 Color CSS Codes

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

#bc49b4 Text Font Color

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

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


#bc49b4 Background Color

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

This div background color is #bc49b4


#bc49b4 Border Color

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

This div border color is #bc49b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc49b4


Comments

No comments written yet.

Please login to write comment.