Color Hex Logo

#bc209e Color Hex

#BC209E
(188,32,158)
0 Favorites   0 Comments

Color spaces of #bc209e

RGB 18832158
HSL0.870.710.43
HSV312°83°74°
CMYK 0.000.830.16   0.26
XYZ27.427114.193033.6417
Yxy14.19300.36440.1886
Hunter Lab37.673664.0226-26.5732
CIE-Lab44.508569.5957-30.8831

#bc209e color RGB value is (188,32,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100000 10011110
Octal 274 40 236
Decimal 188 32 158
Hex BC 20 9E

RGB Percentages of Color #bc209e

%49.74
%8.47
%41.80

CMYK Percentages of Color #bc209e

%0
%83
%16
%26

Triadic Colors of #bc209e

#bc209e #9ebc20 #209ebc

Analogous Colors of #bc209e

#bc209e #bc2050 #8c20bc

Monochromatic Colors of #bc209e

#bc209e

Complementary Color

#bc209e #20bc3e

#bc209e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc209e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc209e Color CSS Codes

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

#bc209e Text Font Color

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

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


#bc209e Background Color

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

This div background color is #bc209e


#bc209e Border Color

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

This div border color is #bc209e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc209e


Comments

No comments written yet.

Please login to write comment.