Color Hex Logo

#bc446e Color Hex

#BC446E
(188,68,110)
0 Favorites   0 Comments

Color spaces of #bc446e

RGB 18868110
HSL0.940.470.50
HSV339°64°74°
CMYK 0.000.640.41   0.26
XYZ25.620615.951416.4804
Yxy15.95140.44130.2748
Hunter Lab39.939244.61243.4922
CIE-Lab46.910751.82181.8809

#bc446e color RGB value is (188,68,110).

#bc446e hex color red value is 188, green value is 68 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc446e hue: 0.94 , saturation: 0.47 and the lightness value of bc446e is 0.50.

The process color (four color CMYK) of #bc446e color hex is 0.00, 0.64, 0.41, 0.26. Web safe color of #bc446e is #cc3366. Color #bc446e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000100 01101110
Octal 274 104 156
Decimal 188 68 110
Hex BC 44 6E

RGB Percentages of Color #bc446e

%51.37
%18.58
%30.05

CMYK Percentages of Color #bc446e

%0
%64
%41
%26

Triadic Colors of #bc446e

#bc446e #6ebc44 #446ebc

Analogous Colors of #bc446e

#bc446e #bc5644 #bc44aa

Monochromatic Colors of #bc446e

#bc446e

Complementary Color

#bc446e #44bc92

#bc446e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc446e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc446e Color CSS Codes

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

#bc446e Text Font Color

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

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


#bc446e Background Color

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

This div background color is #bc446e


#bc446e Border Color

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

This div border color is #bc446e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc446e


Comments

No comments written yet.

Please login to write comment.