Color Hex Logo

#bc496d Color Hex

#BC496D
(188,73,109)
0 Favorites   0 Comments

Color spaces of #bc496d

RGB 18873109
HSL0.950.460.51
HSV341°61°74°
CMYK 0.000.610.42   0.26
XYZ25.881916.560616.3004
Yxy16.56060.44060.2819
Hunter Lab40.694742.31054.7375
CIE-Lab47.701649.50713.6340

#bc496d color RGB value is (188,73,109).

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

The process color (four color CMYK) of #bc496d color hex is 0.00, 0.61, 0.42, 0.26. Web safe color of #bc496d is #cc3366. Color #bc496d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01101101
Octal 274 111 155
Decimal 188 73 109
Hex BC 49 6D

RGB Percentages of Color #bc496d

%50.81
%19.73
%29.46

CMYK Percentages of Color #bc496d

%0
%61
%42
%26

Triadic Colors of #bc496d

#bc496d #6dbc49 #496dbc

Analogous Colors of #bc496d

#bc496d #bc5e49 #bc49a7

Monochromatic Colors of #bc496d

#bc496d

Complementary Color

#bc496d #49bc98

#bc496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc496d Color CSS Codes

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

#bc496d Text Font Color

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

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


#bc496d Background Color

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

This div background color is #bc496d


#bc496d Border Color

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

This div border color is #bc496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc496d


Comments

No comments written yet.

Please login to write comment.