Color Hex Logo

#bc505b Color Hex

#BC505B
(188,80,91)
0 Favorites   0 Comments

Color spaces of #bc505b

RGB 1888091
HSL0.980.450.53
HSV354°57°74°
CMYK 0.000.570.52   0.26
XYZ25.496017.184011.8706
Yxy17.18400.46740.3150
Hunter Lab41.453637.242512.0393
CIE-Lab48.491044.485315.6480

#bc505b color RGB value is (188,80,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 01011011
Octal 274 120 133
Decimal 188 80 91
Hex BC 50 5B

RGB Percentages of Color #bc505b

%52.37
%22.28
%25.35

CMYK Percentages of Color #bc505b

%0
%57
%52
%26

Triadic Colors of #bc505b

#bc505b #5bbc50 #505bbc

Analogous Colors of #bc505b

#bc505b #bc7b50 #bc5091

Monochromatic Colors of #bc505b

#bc505b

Complementary Color

#bc505b #50bcb1

#bc505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc505b Color CSS Codes

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

#bc505b Text Font Color

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

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


#bc505b Background Color

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

This div background color is #bc505b


#bc505b Border Color

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

This div border color is #bc505b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,80,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 #bc505b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc505b


Comments

No comments written yet.

Please login to write comment.