Color Hex Logo

#bc049e Color Hex

#BC049E
(188,4,158)
0 Favorites   0 Comments

Color spaces of #bc049e

RGB 1884158
HSL0.860.960.38
HSV310°98°74°
CMYK 0.000.980.16   0.26
XYZ26.954013.246833.4840
Yxy13.24680.36580.1798
Hunter Lab36.396268.4990-29.0687
CIE-Lab43.132873.6145-33.0434

#bc049e color RGB value is (188,4,158).

#bc049e hex color red value is 188, green value is 4 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bc049e hue: 0.86 , saturation: 0.96 and the lightness value of bc049e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000100 10011110
Octal 274 4 236
Decimal 188 4 158
Hex BC 4 9E

RGB Percentages of Color #bc049e

%53.71
%1.14
%45.14

CMYK Percentages of Color #bc049e

%0
%98
%16
%26

Triadic Colors of #bc049e

#bc049e #9ebc04 #049ebc

Analogous Colors of #bc049e

#bc049e #bc0442 #7e04bc

Monochromatic Colors of #bc049e

#bc049e

Complementary Color

#bc049e #04bc22

#bc049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc049e Color CSS Codes

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

#bc049e Text Font Color

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

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


#bc049e Background Color

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

This div background color is #bc049e


#bc049e Border Color

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

This div border color is #bc049e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc049e


Comments

No comments written yet.

Please login to write comment.