Color Hex Logo

#bc048b Color Hex

#BC048B
(188,4,139)
0 Favorites   0 Comments

Color spaces of #bc048b

RGB 1884139
HSL0.880.960.38
HSV316°98°74°
CMYK 0.000.980.26   0.26
XYZ25.442712.642325.5253
Yxy12.64230.40000.1987
Hunter Lab35.556065.5056-17.6745
CIE-Lab42.219371.2940-22.9420

#bc048b color RGB value is (188,4,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000100 10001011
Octal 274 4 213
Decimal 188 4 139
Hex BC 4 8B

RGB Percentages of Color #bc048b

%56.80
%1.21
%41.99

CMYK Percentages of Color #bc048b

%0
%98
%26
%26

Triadic Colors of #bc048b

#bc048b #8bbc04 #048bbc

Analogous Colors of #bc048b

#bc048b #bc042f #9104bc

Monochromatic Colors of #bc048b

#bc048b

Complementary Color

#bc048b #04bc35

#bc048b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc048b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc048b Color CSS Codes

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

#bc048b Text Font Color

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

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


#bc048b Background Color

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

This div background color is #bc048b


#bc048b Border Color

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

This div border color is #bc048b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,4,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 #bc048b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc048b


Comments

No comments written yet.

Please login to write comment.