Color Hex Logo

#bc519b Color Hex

#BC519B
(188,81,155)
0 Favorites   0 Comments

Color spaces of #bc519b

RGB 18881155
HSL0.880.440.53
HSV319°57°74°
CMYK 0.000.570.18   0.26
XYZ29.597918.942833.1067
Yxy18.94280.36250.2320
Hunter Lab43.523345.2225-14.6335
CIE-Lab50.620251.7485-19.6251

#bc519b color RGB value is (188,81,155).

#bc519b hex color red value is 188, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bc519b hue: 0.88 , saturation: 0.44 and the lightness value of bc519b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 10011011
Octal 274 121 233
Decimal 188 81 155
Hex BC 51 9B

RGB Percentages of Color #bc519b

%44.34
%19.10
%36.56

CMYK Percentages of Color #bc519b

%0
%57
%18
%26

Triadic Colors of #bc519b

#bc519b #9bbc51 #519bbc

Analogous Colors of #bc519b

#bc519b #bc5166 #a851bc

Monochromatic Colors of #bc519b

#bc519b

Complementary Color

#bc519b #51bc72

#bc519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc519b Color CSS Codes

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

#bc519b Text Font Color

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

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


#bc519b Background Color

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

This div background color is #bc519b


#bc519b Border Color

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

This div border color is #bc519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc519b


Comments

No comments written yet.

Please login to write comment.