Color Hex Logo

#bc439a Color Hex

#BC439A
(188,67,154)
0 Favorites   0 Comments

Color spaces of #bc439a

RGB 18867154
HSL0.880.470.50
HSV317°64°74°
CMYK 0.000.640.18   0.26
XYZ28.578917.038832.3544
Yxy17.03880.36650.2185
Hunter Lab41.278151.3479-17.5778
CIE-Lab48.308957.7764-22.5836

#bc439a color RGB value is (188,67,154).

#bc439a hex color red value is 188, green value is 67 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc439a hue: 0.88 , saturation: 0.47 and the lightness value of bc439a is 0.50.

The process color (four color CMYK) of #bc439a color hex is 0.00, 0.64, 0.18, 0.26. Web safe color of #bc439a is #cc3399. Color #bc439a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 10011010
Octal 274 103 232
Decimal 188 67 154
Hex BC 43 9A

RGB Percentages of Color #bc439a

%45.97
%16.38
%37.65

CMYK Percentages of Color #bc439a

%0
%64
%18
%26

Triadic Colors of #bc439a

#bc439a #9abc43 #439abc

Analogous Colors of #bc439a

#bc439a #bc435d #a243bc

Monochromatic Colors of #bc439a

#bc439a

Complementary Color

#bc439a #43bc65

#bc439a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc439a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc439a Color CSS Codes

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

#bc439a Text Font Color

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

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


#bc439a Background Color

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

This div background color is #bc439a


#bc439a Border Color

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

This div border color is #bc439a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc439a


Comments

No comments written yet.

Please login to write comment.