Color Hex Logo

#bc115e Color Hex

#BC115E
(188,17,94)
0 Favorites   0 Comments

Color spaces of #bc115e

RGB 1881794
HSL0.920.830.40
HSV333°91°74°
CMYK 0.000.910.50   0.26
XYZ22.959911.900411.6766
Yxy11.90040.49340.2557
Hunter Lab34.497058.43334.0793
CIE-Lab41.057465.45963.3547

#bc115e color RGB value is (188,17,94).

#bc115e hex color red value is 188, green value is 17 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc115e hue: 0.92 , saturation: 0.83 and the lightness value of bc115e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010001 01011110
Octal 274 21 136
Decimal 188 17 94
Hex BC 11 5E

RGB Percentages of Color #bc115e

%62.88
%5.69
%31.44

CMYK Percentages of Color #bc115e

%0
%91
%50
%26

Triadic Colors of #bc115e

#bc115e #5ebc11 #115ebc

Analogous Colors of #bc115e

#bc115e #bc1a11 #bc11b4

Monochromatic Colors of #bc115e

#bc115e

Complementary Color

#bc115e #11bc6f

#bc115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc115e Color CSS Codes

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

#bc115e Text Font Color

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

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


#bc115e Background Color

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

This div background color is #bc115e


#bc115e Border Color

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

This div border color is #bc115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc115e


Comments

No comments written yet.

Please login to write comment.