Color Hex Logo

#bc457e Color Hex

#BC457E
(188,69,126)
0 Favorites   0 Comments

Color spaces of #bc457e

RGB 18869126
HSL0.920.470.50
HSV331°63°74°
CMYK 0.000.630.33   0.26
XYZ26.633116.454021.5109
Yxy16.45400.41230.2547
Hunter Lab40.563546.2129-3.0471
CIE-Lab47.564653.2031-6.8890

#bc457e color RGB value is (188,69,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 01111110
Octal 274 105 176
Decimal 188 69 126
Hex BC 45 7E

RGB Percentages of Color #bc457e

%49.09
%18.02
%32.90

CMYK Percentages of Color #bc457e

%0
%63
%33
%26

Triadic Colors of #bc457e

#bc457e #7ebc45 #457ebc

Analogous Colors of #bc457e

#bc457e #bc4745 #bc45ba

Monochromatic Colors of #bc457e

#bc457e

Complementary Color

#bc457e #45bc83

#bc457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc457e Color CSS Codes

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

#bc457e Text Font Color

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

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


#bc457e Background Color

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

This div background color is #bc457e


#bc457e Border Color

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

This div border color is #bc457e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,69,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 #bc457e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc457e


Comments

No comments written yet.

Please login to write comment.