Color Hex Logo

#bc135e Color Hex

#BC135E
(188,19,94)
0 Favorites   0 Comments

Color spaces of #bc135e

RGB 1881994
HSL0.930.820.41
HSV333°90°74°
CMYK 0.000.900.50   0.26
XYZ22.992311.965311.6874
Yxy11.96530.49290.2565
Hunter Lab34.590958.11354.1810
CIE-Lab41.160965.15973.5039

#bc135e color RGB value is (188,19,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 01011110
Octal 274 23 136
Decimal 188 19 94
Hex BC 13 5E

RGB Percentages of Color #bc135e

%62.46
%6.31
%31.23

CMYK Percentages of Color #bc135e

%0
%90
%50
%26

Triadic Colors of #bc135e

#bc135e #5ebc13 #135ebc

Analogous Colors of #bc135e

#bc135e #bc1d13 #bc13b3

Monochromatic Colors of #bc135e

#bc135e

Complementary Color

#bc135e #13bc71

#bc135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc135e Color CSS Codes

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

#bc135e Text Font Color

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

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


#bc135e Background Color

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

This div background color is #bc135e


#bc135e Border Color

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

This div border color is #bc135e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc135e


Comments

No comments written yet.

Please login to write comment.