Color Hex Logo

#bc507d Color Hex

#BC507D
(188,80,125)
0 Favorites   0 Comments

Color spaces of #bc507d

RGB 18880125
HSL0.930.450.53
HSV335°57°74°
CMYK 0.000.570.34   0.26
XYZ27.309417.909421.4195
Yxy17.90940.40980.2688
Hunter Lab42.319541.1296-0.3853
CIE-Lab49.386048.0983-3.5833

#bc507d color RGB value is (188,80,125).

#bc507d hex color red value is 188, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bc507d hue: 0.93 , saturation: 0.45 and the lightness value of bc507d is 0.53.

The process color (four color CMYK) of #bc507d color hex is 0.00, 0.57, 0.34, 0.26. Web safe color of #bc507d is #cc6666. Color #bc507d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 01111101
Octal 274 120 175
Decimal 188 80 125
Hex BC 50 7D

RGB Percentages of Color #bc507d

%47.84
%20.36
%31.81

CMYK Percentages of Color #bc507d

%0
%57
%34
%26

Triadic Colors of #bc507d

#bc507d #7dbc50 #507dbc

Analogous Colors of #bc507d

#bc507d #bc5950 #bc50b3

Monochromatic Colors of #bc507d

#bc507d

Complementary Color

#bc507d #50bc8f

#bc507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc507d Color CSS Codes

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

#bc507d Text Font Color

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

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


#bc507d Background Color

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

This div background color is #bc507d


#bc507d Border Color

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

This div border color is #bc507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc507d


Comments

No comments written yet.

Please login to write comment.