Color Hex Logo

#bc515b Color Hex

#BC515B
(188,81,91)
0 Favorites   0 Comments

Color spaces of #bc515b

RGB 1888191
HSL0.980.440.53
HSV354°57°74°
CMYK 0.000.570.52   0.26
XYZ25.569817.331611.8952
Yxy17.33160.46660.3163
Hunter Lab41.631236.779612.2011
CIE-Lab48.675244.002615.8995

#bc515b color RGB value is (188,81,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 01011011
Octal 274 121 133
Decimal 188 81 91
Hex BC 51 5B

RGB Percentages of Color #bc515b

%52.22
%22.50
%25.28

CMYK Percentages of Color #bc515b

%0
%57
%52
%26

Triadic Colors of #bc515b

#bc515b #5bbc51 #515bbc

Analogous Colors of #bc515b

#bc515b #bc7d51 #bc5191

Monochromatic Colors of #bc515b

#bc515b

Complementary Color

#bc515b #51bcb2

#bc515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc515b Color CSS Codes

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

#bc515b Text Font Color

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

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


#bc515b Background Color

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

This div background color is #bc515b


#bc515b Border Color

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

This div border color is #bc515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc515b


Comments

No comments written yet.

Please login to write comment.