Color Hex Logo

#bc164e Color Hex

#BC164E
(188,22,78)
0 Favorites   0 Comments

Color spaces of #bc164e

RGB 1882278
HSL0.940.790.41
HSV340°88°74°
CMYK 0.000.880.59   0.26
XYZ22.401111.81528.3076
Yxy11.81520.52680.2778
Hunter Lab34.373256.17569.7316
CIE-Lab40.920963.500913.3123

#bc164e color RGB value is (188,22,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 01001110
Octal 274 26 116
Decimal 188 22 78
Hex BC 16 4E

RGB Percentages of Color #bc164e

%65.28
%7.64
%27.08

CMYK Percentages of Color #bc164e

%0
%88
%59
%26

Triadic Colors of #bc164e

#bc164e #4ebc16 #164ebc

Analogous Colors of #bc164e

#bc164e #bc3116 #bc16a1

Monochromatic Colors of #bc164e

#bc164e

Complementary Color

#bc164e #16bc84

#bc164e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc164e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc164e Color CSS Codes

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

#bc164e Text Font Color

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

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


#bc164e Background Color

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

This div background color is #bc164e


#bc164e Border Color

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

This div border color is #bc164e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc164e


Comments

No comments written yet.

Please login to write comment.