Color Hex Logo

#bc516b Color Hex

#BC516B
(188,81,107)
0 Favorites   0 Comments

Color spaces of #bc516b

RGB 18881107
HSL0.960.440.53
HSV345°57°74°
CMYK 0.000.570.43   0.26
XYZ26.335317.637815.9263
Yxy17.63780.43970.2945
Hunter Lab41.997438.43666.9141
CIE-Lab49.053845.55986.7842

#bc516b color RGB value is (188,81,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 01101011
Octal 274 121 153
Decimal 188 81 107
Hex BC 51 6B

RGB Percentages of Color #bc516b

%50.00
%21.54
%28.46

CMYK Percentages of Color #bc516b

%0
%57
%43
%26

Triadic Colors of #bc516b

#bc516b #6bbc51 #516bbc

Analogous Colors of #bc516b

#bc516b #bc6d51 #bc51a1

Monochromatic Colors of #bc516b

#bc516b

Complementary Color

#bc516b #51bca2

#bc516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc516b Color CSS Codes

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

#bc516b Text Font Color

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

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


#bc516b Background Color

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

This div background color is #bc516b


#bc516b Border Color

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

This div border color is #bc516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc516b


Comments

No comments written yet.

Please login to write comment.