Color Hex Logo

#bc508a Color Hex

#BC508A
(188,80,138)
0 Favorites   0 Comments

Color spaces of #bc508a

RGB 18880138
HSL0.910.450.53
HSV328°57°74°
CMYK 0.000.570.27   0.26
XYZ28.195118.263726.0839
Yxy18.26370.38870.2518
Hunter Lab42.736142.9772-6.2723
CIE-Lab49.814449.7808-10.7400

#bc508a color RGB value is (188,80,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 10001010
Octal 274 120 212
Decimal 188 80 138
Hex BC 50 8A

RGB Percentages of Color #bc508a

%46.31
%19.70
%33.99

CMYK Percentages of Color #bc508a

%0
%57
%27
%26

Triadic Colors of #bc508a

#bc508a #8abc50 #508abc

Analogous Colors of #bc508a

#bc508a #bc5054 #b850bc

Monochromatic Colors of #bc508a

#bc508a

Complementary Color

#bc508a #50bc82

#bc508a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc508a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc508a Color CSS Codes

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

#bc508a Text Font Color

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

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


#bc508a Background Color

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

This div background color is #bc508a


#bc508a Border Color

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

This div border color is #bc508a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc508a


Comments

No comments written yet.

Please login to write comment.