Color Hex Logo

#bc496a Color Hex

#BC496A
(188,73,106)
0 Favorites   0 Comments

Color spaces of #bc496a

RGB 18873106
HSL0.950.460.51
HSV343°61°74°
CMYK 0.000.610.44   0.26
XYZ25.723116.497115.4642
Yxy16.49710.44590.2860
Hunter Lab40.616641.96765.8578
CIE-Lab47.620049.19435.3413

#bc496a color RGB value is (188,73,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01101010
Octal 274 111 152
Decimal 188 73 106
Hex BC 49 6A

RGB Percentages of Color #bc496a

%51.23
%19.89
%28.88

CMYK Percentages of Color #bc496a

%0
%61
%44
%26

Triadic Colors of #bc496a

#bc496a #6abc49 #496abc

Analogous Colors of #bc496a

#bc496a #bc6149 #bc49a4

Monochromatic Colors of #bc496a

#bc496a

Complementary Color

#bc496a #49bc9b

#bc496a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc496a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc496a Color CSS Codes

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

#bc496a Text Font Color

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

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


#bc496a Background Color

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

This div background color is #bc496a


#bc496a Border Color

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

This div border color is #bc496a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc496a


Comments

No comments written yet.

Please login to write comment.