Color Hex Logo

#bc157a Color Hex

#BC157A
(188,21,122)
0 Favorites   0 Comments

Color spaces of #bc157a

RGB 18821122
HSL0.900.800.41
HSV324°89°74°
CMYK 0.000.890.35   0.26
XYZ24.520112.632819.5584
Yxy12.63280.43240.2228
Hunter Lab35.542760.9436-7.7462
CIE-Lab42.204767.4139-12.4935

#bc157a color RGB value is (188,21,122).

#bc157a hex color red value is 188, green value is 21 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bc157a hue: 0.90 , saturation: 0.80 and the lightness value of bc157a is 0.41.

The process color (four color CMYK) of #bc157a color hex is 0.00, 0.89, 0.35, 0.26. Web safe color of #bc157a is #cc0066. Color #bc157a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 01111010
Octal 274 25 172
Decimal 188 21 122
Hex BC 15 7A

RGB Percentages of Color #bc157a

%56.80
%6.34
%36.86

CMYK Percentages of Color #bc157a

%0
%89
%35
%26

Triadic Colors of #bc157a

#bc157a #7abc15 #157abc

Analogous Colors of #bc157a

#bc157a #bc1526 #ab15bc

Monochromatic Colors of #bc157a

#bc157a

Complementary Color

#bc157a #15bc57

#bc157a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc157a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc157a Color CSS Codes

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

#bc157a Text Font Color

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

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


#bc157a Background Color

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

This div background color is #bc157a


#bc157a Border Color

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

This div border color is #bc157a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc157a


Comments

No comments written yet.

Please login to write comment.