Color Hex Logo

#bc329e Color Hex

#BC329E
(188,50,158)
0 Favorites   0 Comments

Color spaces of #bc329e

RGB 18850158
HSL0.870.580.47
HSV313°73°74°
CMYK 0.000.730.16   0.26
XYZ28.051215.441233.8497
Yxy15.44120.36270.1996
Hunter Lab39.295358.6566-23.5668
CIE-Lab46.232764.6511-28.1885

#bc329e color RGB value is (188,50,158).

#bc329e hex color red value is 188, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bc329e hue: 0.87 , saturation: 0.58 and the lightness value of bc329e is 0.47.

The process color (four color CMYK) of #bc329e color hex is 0.00, 0.73, 0.16, 0.26. Web safe color of #bc329e is #cc3399. Color #bc329e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110010 10011110
Octal 274 62 236
Decimal 188 50 158
Hex BC 32 9E

RGB Percentages of Color #bc329e

%47.47
%12.63
%39.90

CMYK Percentages of Color #bc329e

%0
%73
%16
%26

Triadic Colors of #bc329e

#bc329e #9ebc32 #329ebc

Analogous Colors of #bc329e

#bc329e #bc3259 #9532bc

Monochromatic Colors of #bc329e

#bc329e

Complementary Color

#bc329e #32bc50

#bc329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc329e Color CSS Codes

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

#bc329e Text Font Color

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

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


#bc329e Background Color

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

This div background color is #bc329e


#bc329e Border Color

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

This div border color is #bc329e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc329e


Comments

No comments written yet.

Please login to write comment.