Color Hex Logo

#bc176f Color Hex

#BC176F
(188,23,111)
0 Favorites   0 Comments

Color spaces of #bc176f

RGB 18823111
HSL0.910.780.41
HSV328°88°74°
CMYK 0.000.880.41   0.26
XYZ23.914712.451916.1819
Yxy12.45190.45510.2370
Hunter Lab35.287259.2194-2.4879
CIE-Lab41.925565.9757-6.0668

#bc176f color RGB value is (188,23,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010111 01101111
Octal 274 27 157
Decimal 188 23 111
Hex BC 17 6F

RGB Percentages of Color #bc176f

%58.39
%7.14
%34.47

CMYK Percentages of Color #bc176f

%0
%88
%41
%26

Triadic Colors of #bc176f

#bc176f #6fbc17 #176fbc

Analogous Colors of #bc176f

#bc176f #bc171c #b717bc

Monochromatic Colors of #bc176f

#bc176f

Complementary Color

#bc176f #17bc64

#bc176f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc176f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc176f Color CSS Codes

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

#bc176f Text Font Color

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

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


#bc176f Background Color

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

This div background color is #bc176f


#bc176f Border Color

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

This div border color is #bc176f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc176f


Comments

No comments written yet.

Please login to write comment.