Color Hex Logo

#bc496b Color Hex

#BC496B
(188,73,107)
0 Favorites   0 Comments

Color spaces of #bc496b

RGB 18873107
HSL0.950.460.51
HSV342°61°74°
CMYK 0.000.610.43   0.26
XYZ25.775416.518015.7397
Yxy16.51800.44410.2846
Hunter Lab40.642342.08075.4882
CIE-Lab47.646949.29764.7716

#bc496b color RGB value is (188,73,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01101011
Octal 274 111 153
Decimal 188 73 107
Hex BC 49 6B

RGB Percentages of Color #bc496b

%51.09
%19.84
%29.08

CMYK Percentages of Color #bc496b

%0
%61
%43
%26

Triadic Colors of #bc496b

#bc496b #6bbc49 #496bbc

Analogous Colors of #bc496b

#bc496b #bc6049 #bc49a5

Monochromatic Colors of #bc496b

#bc496b

Complementary Color

#bc496b #49bc9a

#bc496b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc496b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc496b Color CSS Codes

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

#bc496b Text Font Color

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

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


#bc496b Background Color

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

This div background color is #bc496b


#bc496b Border Color

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

This div border color is #bc496b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc496b


Comments

No comments written yet.

Please login to write comment.