Color Hex Logo

#bc136e Color Hex

#BC136E
(188,19,110)
0 Favorites   0 Comments

Color spaces of #bc136e

RGB 18819110
HSL0.910.820.41
HSV328°90°74°
CMYK 0.000.900.41   0.26
XYZ23.786412.282915.8690
Yxy12.28290.45800.2365
Hunter Lab35.047059.8159-2.3132
CIE-Lab41.662366.5449-5.8334

#bc136e color RGB value is (188,19,110).

#bc136e hex color red value is 188, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc136e hue: 0.91 , saturation: 0.82 and the lightness value of bc136e is 0.41.

The process color (four color CMYK) of #bc136e color hex is 0.00, 0.90, 0.41, 0.26. Web safe color of #bc136e is #cc0066. Color #bc136e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 01101110
Octal 274 23 156
Decimal 188 19 110
Hex BC 13 6E

RGB Percentages of Color #bc136e

%59.31
%5.99
%34.70

CMYK Percentages of Color #bc136e

%0
%90
%41
%26

Triadic Colors of #bc136e

#bc136e #6ebc13 #136ebc

Analogous Colors of #bc136e

#bc136e #bc131a #b613bc

Monochromatic Colors of #bc136e

#bc136e

Complementary Color

#bc136e #13bc61

#bc136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc136e Color CSS Codes

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

#bc136e Text Font Color

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

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


#bc136e Background Color

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

This div background color is #bc136e


#bc136e Border Color

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

This div border color is #bc136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc136e


Comments

No comments written yet.

Please login to write comment.