Color Hex Logo

#bc4586 Color Hex

#BC4586
(188,69,134)
0 Favorites   0 Comments

Color spaces of #bc4586

RGB 18869134
HSL0.910.470.50
HSV327°63°74°
CMYK 0.000.630.29   0.26
XYZ27.170216.668824.3396
Yxy16.66880.39850.2445
Hunter Lab40.827447.3417-6.7670
CIE-Lab47.840054.2008-11.3112

#bc4586 color RGB value is (188,69,134).

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

The process color (four color CMYK) of #bc4586 color hex is 0.00, 0.63, 0.29, 0.26. Web safe color of #bc4586 is #cc3399. Color #bc4586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 10000110
Octal 274 105 206
Decimal 188 69 134
Hex BC 45 86

RGB Percentages of Color #bc4586

%48.08
%17.65
%34.27

CMYK Percentages of Color #bc4586

%0
%63
%29
%26

Triadic Colors of #bc4586

#bc4586 #86bc45 #4586bc

Analogous Colors of #bc4586

#bc4586 #bc454b #b745bc

Monochromatic Colors of #bc4586

#bc4586

Complementary Color

#bc4586 #45bc7b

#bc4586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4586 Color CSS Codes

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

#bc4586 Text Font Color

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

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


#bc4586 Background Color

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

This div background color is #bc4586


#bc4586 Border Color

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

This div border color is #bc4586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4586


Comments

No comments written yet.

Please login to write comment.