Color Hex Logo

#bc516e Color Hex

#BC516E
(188,81,110)
0 Favorites   0 Comments

Color spaces of #bc516e

RGB 18881110
HSL0.950.440.53
HSV344°57°74°
CMYK 0.000.570.41   0.26
XYZ26.495917.702016.7722
Yxy17.70200.43460.2903
Hunter Lab42.073738.78115.8164
CIE-Lab49.132745.88135.0865

#bc516e color RGB value is (188,81,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 01101110
Octal 274 121 156
Decimal 188 81 110
Hex BC 51 6E

RGB Percentages of Color #bc516e

%49.60
%21.37
%29.02

CMYK Percentages of Color #bc516e

%0
%57
%41
%26

Triadic Colors of #bc516e

#bc516e #6ebc51 #516ebc

Analogous Colors of #bc516e

#bc516e #bc6a51 #bc51a4

Monochromatic Colors of #bc516e

#bc516e

Complementary Color

#bc516e #51bc9f

#bc516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc516e Color CSS Codes

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

#bc516e Text Font Color

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

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


#bc516e Background Color

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

This div background color is #bc516e


#bc516e Border Color

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

This div border color is #bc516e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc516e


Comments

No comments written yet.

Please login to write comment.