Color Hex Logo

#bc457d Color Hex

#BC457D
(188,69,125)
0 Favorites   0 Comments

Color spaces of #bc457d

RGB 18869125
HSL0.920.470.50
HSV332°63°74°
CMYK 0.000.630.34   0.26
XYZ26.568816.428321.1727
Yxy16.42830.41400.2560
Hunter Lab40.531846.0768-2.5992
CIE-Lab47.531553.0823-6.3324

#bc457d color RGB value is (188,69,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 01111101
Octal 274 105 175
Decimal 188 69 125
Hex BC 45 7D

RGB Percentages of Color #bc457d

%49.21
%18.06
%32.72

CMYK Percentages of Color #bc457d

%0
%63
%34
%26

Triadic Colors of #bc457d

#bc457d #7dbc45 #457dbc

Analogous Colors of #bc457d

#bc457d #bc4945 #bc45b9

Monochromatic Colors of #bc457d

#bc457d

Complementary Color

#bc457d #45bc84

#bc457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc457d Color CSS Codes

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

#bc457d Text Font Color

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

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


#bc457d Background Color

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

This div background color is #bc457d


#bc457d Border Color

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

This div border color is #bc457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc457d


Comments

No comments written yet.

Please login to write comment.