Color Hex Logo

#bc508f Color Hex

#BC508F
(188,80,143)
0 Favorites   0 Comments

Color spaces of #bc508f

RGB 18880143
HSL0.900.450.53
HSV325°57°74°
CMYK 0.000.570.24   0.26
XYZ28.565618.411928.0349
Yxy18.41190.38080.2455
Hunter Lab42.909143.7408-8.7011
CIE-Lab49.991950.4699-13.4567

#bc508f color RGB value is (188,80,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 10001111
Octal 274 120 217
Decimal 188 80 143
Hex BC 50 8F

RGB Percentages of Color #bc508f

%45.74
%19.46
%34.79

CMYK Percentages of Color #bc508f

%0
%57
%24
%26

Triadic Colors of #bc508f

#bc508f #8fbc50 #508fbc

Analogous Colors of #bc508f

#bc508f #bc5059 #b350bc

Monochromatic Colors of #bc508f

#bc508f

Complementary Color

#bc508f #50bc7d

#bc508f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc508f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc508f Color CSS Codes

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

#bc508f Text Font Color

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

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


#bc508f Background Color

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

This div background color is #bc508f


#bc508f Border Color

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

This div border color is #bc508f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc508f


Comments

No comments written yet.

Please login to write comment.