Color Hex Logo

#bc168e Color Hex

#BC168E
(188,22,142)
0 Favorites   0 Comments

Color spaces of #bc168e

RGB 18822142
HSL0.880.790.41
HSV317°88°74°
CMYK 0.000.880.24   0.26
XYZ25.908413.218226.7770
Yxy13.21820.39310.2006
Hunter Lab36.356863.5771-18.2176
CIE-Lab43.090269.4942-23.4241

#bc168e color RGB value is (188,22,142).

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

The process color (four color CMYK) of #bc168e color hex is 0.00, 0.88, 0.24, 0.26. Web safe color of #bc168e is #cc0099. Color #bc168e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 10001110
Octal 274 26 216
Decimal 188 22 142
Hex BC 16 8E

RGB Percentages of Color #bc168e

%53.41
%6.25
%40.34

CMYK Percentages of Color #bc168e

%0
%88
%24
%26

Triadic Colors of #bc168e

#bc168e #8ebc16 #168ebc

Analogous Colors of #bc168e

#bc168e #bc163b #9716bc

Monochromatic Colors of #bc168e

#bc168e

Complementary Color

#bc168e #16bc44

#bc168e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc168e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc168e Color CSS Codes

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

#bc168e Text Font Color

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

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


#bc168e Background Color

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

This div background color is #bc168e


#bc168e Border Color

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

This div border color is #bc168e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc168e


Comments

No comments written yet.

Please login to write comment.