Color Hex Logo

#bc4966 Color Hex

#BC4966
(188,73,102)
0 Favorites   0 Comments

Color spaces of #bc4966

RGB 18873102
HSL0.960.460.51
HSV345°61°74°
CMYK 0.000.610.46   0.26
XYZ25.519916.415814.3939
Yxy16.41580.45300.2914
Hunter Lab40.516441.52737.2981
CIE-Lab47.515348.79177.6260

#bc4966 color RGB value is (188,73,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01100110
Octal 274 111 146
Decimal 188 73 102
Hex BC 49 66

RGB Percentages of Color #bc4966

%51.79
%20.11
%28.10

CMYK Percentages of Color #bc4966

%0
%61
%46
%26

Triadic Colors of #bc4966

#bc4966 #66bc49 #4966bc

Analogous Colors of #bc4966

#bc4966 #bc6649 #bc49a0

Monochromatic Colors of #bc4966

#bc4966

Complementary Color

#bc4966 #49bc9f

#bc4966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4966 Color CSS Codes

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

#bc4966 Text Font Color

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

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


#bc4966 Background Color

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

This div background color is #bc4966


#bc4966 Border Color

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

This div border color is #bc4966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4966


Comments

No comments written yet.

Please login to write comment.