Color Hex Logo

#bc166f Color Hex

#BC166F
(188,22,111)
0 Favorites   0 Comments

Color spaces of #bc166f

RGB 18822111
HSL0.910.790.41
HSV328°88°74°
CMYK 0.000.880.41   0.26
XYZ23.895212.412916.1754
Yxy12.41290.45530.2365
Hunter Lab35.231959.4073-2.5584
CIE-Lab41.865066.1508-6.1570

#bc166f color RGB value is (188,22,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 01101111
Octal 274 26 157
Decimal 188 22 111
Hex BC 16 6F

RGB Percentages of Color #bc166f

%58.57
%6.85
%34.58

CMYK Percentages of Color #bc166f

%0
%88
%41
%26

Triadic Colors of #bc166f

#bc166f #6fbc16 #166fbc

Analogous Colors of #bc166f

#bc166f #bc161c #b616bc

Monochromatic Colors of #bc166f

#bc166f

Complementary Color

#bc166f #16bc63

#bc166f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc166f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc166f Color CSS Codes

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

#bc166f Text Font Color

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

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


#bc166f Background Color

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

This div background color is #bc166f


#bc166f Border Color

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

This div border color is #bc166f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc166f


Comments

No comments written yet.

Please login to write comment.