Color Hex Logo

#bc497e Color Hex

#BC497E
(188,73,126)
0 Favorites   0 Comments

Color spaces of #bc497e

RGB 18873126
HSL0.920.460.51
HSV332°61°74°
CMYK 0.000.610.33   0.26
XYZ26.887516.962821.5957
Yxy16.96280.41080.2592
Hunter Lab41.185944.4552-2.2584
CIE-Lab48.213151.4460-5.9236

#bc497e color RGB value is (188,73,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01111110
Octal 274 111 176
Decimal 188 73 126
Hex BC 49 7E

RGB Percentages of Color #bc497e

%48.58
%18.86
%32.56

CMYK Percentages of Color #bc497e

%0
%61
%33
%26

Triadic Colors of #bc497e

#bc497e #7ebc49 #497ebc

Analogous Colors of #bc497e

#bc497e #bc4e49 #bc49b8

Monochromatic Colors of #bc497e

#bc497e

Complementary Color

#bc497e #49bc87

#bc497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc497e Color CSS Codes

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

#bc497e Text Font Color

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

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


#bc497e Background Color

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

This div background color is #bc497e


#bc497e Border Color

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

This div border color is #bc497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc497e


Comments

No comments written yet.

Please login to write comment.