Color Hex Logo

#bc155b Color Hex

#BC155B
(188,21,91)
0 Favorites   0 Comments

Color spaces of #bc155b

RGB 1882191
HSL0.930.800.41
HSV335°89°74°
CMYK 0.000.890.52   0.26
XYZ22.895511.983011.0038
Yxy11.98300.49900.2612
Hunter Lab34.616557.48195.3846
CIE-Lab41.189164.60055.4430

#bc155b color RGB value is (188,21,91).

#bc155b hex color red value is 188, green value is 21 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bc155b hue: 0.93 , saturation: 0.80 and the lightness value of bc155b is 0.41.

The process color (four color CMYK) of #bc155b color hex is 0.00, 0.89, 0.52, 0.26. Web safe color of #bc155b is #cc0066. Color #bc155b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 01011011
Octal 274 25 133
Decimal 188 21 91
Hex BC 15 5B

RGB Percentages of Color #bc155b

%62.67
%7.00
%30.33

CMYK Percentages of Color #bc155b

%0
%89
%52
%26

Triadic Colors of #bc155b

#bc155b #5bbc15 #155bbc

Analogous Colors of #bc155b

#bc155b #bc2315 #bc15af

Monochromatic Colors of #bc155b

#bc155b

Complementary Color

#bc155b #15bc76

#bc155b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc155b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc155b Color CSS Codes

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

#bc155b Text Font Color

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

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


#bc155b Background Color

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

This div background color is #bc155b


#bc155b Border Color

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

This div border color is #bc155b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc155b


Comments

No comments written yet.

Please login to write comment.