Color Hex Logo

#bc039a Color Hex

#BC039A
(188,3,154)
0 Favorites   0 Comments

Color spaces of #bc039a

RGB 1883154
HSL0.860.970.37
HSV311°98°74°
CMYK 0.000.980.18   0.26
XYZ26.604313.089631.6962
Yxy13.08960.37270.1834
Hunter Lab36.179667.9441-26.6171
CIE-Lab42.897973.1999-31.0016

#bc039a color RGB value is (188,3,154).

#bc039a hex color red value is 188, green value is 3 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc039a hue: 0.86 , saturation: 0.97 and the lightness value of bc039a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000011 10011010
Octal 274 3 232
Decimal 188 3 154
Hex BC 3 9A

RGB Percentages of Color #bc039a

%54.49
%0.87
%44.64

CMYK Percentages of Color #bc039a

%0
%98
%18
%26

Triadic Colors of #bc039a

#bc039a #9abc03 #039abc

Analogous Colors of #bc039a

#bc039a #bc033d #8203bc

Monochromatic Colors of #bc039a

#bc039a

Complementary Color

#bc039a #03bc25

#bc039a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc039a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc039a Color CSS Codes

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

#bc039a Text Font Color

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

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


#bc039a Background Color

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

This div background color is #bc039a


#bc039a Border Color

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

This div border color is #bc039a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc039a


Comments

No comments written yet.

Please login to write comment.