Color Hex Logo

#bc508e Color Hex

#BC508E
(188,80,142)
0 Favorites   0 Comments

Color spaces of #bc508e

RGB 18880142
HSL0.900.450.53
HSV326°57°74°
CMYK 0.000.570.24   0.26
XYZ28.490218.381727.6376
Yxy18.38170.38240.2467
Hunter Lab42.873943.5860-8.2081
CIE-Lab49.955850.3305-12.9150

#bc508e color RGB value is (188,80,142).

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

The process color (four color CMYK) of #bc508e color hex is 0.00, 0.57, 0.24, 0.26. Web safe color of #bc508e is #cc6699. Color #bc508e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 10001110
Octal 274 120 216
Decimal 188 80 142
Hex BC 50 8E

RGB Percentages of Color #bc508e

%45.85
%19.51
%34.63

CMYK Percentages of Color #bc508e

%0
%57
%24
%26

Triadic Colors of #bc508e

#bc508e #8ebc50 #508ebc

Analogous Colors of #bc508e

#bc508e #bc5058 #b450bc

Monochromatic Colors of #bc508e

#bc508e

Complementary Color

#bc508e #50bc7e

#bc508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc508e Color CSS Codes

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

#bc508e Text Font Color

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

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


#bc508e Background Color

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

This div background color is #bc508e


#bc508e Border Color

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

This div border color is #bc508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc508e


Comments

No comments written yet.

Please login to write comment.