Color Hex Logo

#bc128b Color Hex

#BC128B
(188,18,139)
0 Favorites   0 Comments

Color spaces of #bc128b

RGB 18818139
HSL0.880.830.40
HSV317°90°74°
CMYK 0.000.900.26   0.26
XYZ25.615512.988125.5830
Yxy12.98810.39910.2023
Hunter Lab36.039063.8045-16.8609
CIE-Lab42.745369.7545-22.1279

#bc128b color RGB value is (188,18,139).

#bc128b hex color red value is 188, green value is 18 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bc128b hue: 0.88 , saturation: 0.83 and the lightness value of bc128b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 10001011
Octal 274 22 213
Decimal 188 18 139
Hex BC 12 8B

RGB Percentages of Color #bc128b

%54.49
%5.22
%40.29

CMYK Percentages of Color #bc128b

%0
%90
%26
%26

Triadic Colors of #bc128b

#bc128b #8bbc12 #128bbc

Analogous Colors of #bc128b

#bc128b #bc1236 #9812bc

Monochromatic Colors of #bc128b

#bc128b

Complementary Color

#bc128b #12bc43

#bc128b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc128b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc128b Color CSS Codes

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

#bc128b Text Font Color

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

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


#bc128b Background Color

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

This div background color is #bc128b


#bc128b Border Color

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

This div border color is #bc128b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc128b


Comments

No comments written yet.

Please login to write comment.