Color Hex Logo

#bc229a Color Hex

#BC229A
(188,34,154)
0 Favorites   0 Comments

Color spaces of #bc229a

RGB 18834154
HSL0.870.690.44
HSV313°82°74°
CMYK 0.000.820.18   0.26
XYZ27.143814.168531.8760
Yxy14.16850.37090.1936
Hunter Lab37.641162.8484-23.8605
CIE-Lab44.473668.6043-28.5351

#bc229a color RGB value is (188,34,154).

#bc229a hex color red value is 188, green value is 34 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc229a hue: 0.87 , saturation: 0.69 and the lightness value of bc229a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100010 10011010
Octal 274 42 232
Decimal 188 34 154
Hex BC 22 9A

RGB Percentages of Color #bc229a

%50.00
%9.04
%40.96

CMYK Percentages of Color #bc229a

%0
%82
%18
%26

Triadic Colors of #bc229a

#bc229a #9abc22 #229abc

Analogous Colors of #bc229a

#bc229a #bc224d #9122bc

Monochromatic Colors of #bc229a

#bc229a

Complementary Color

#bc229a #22bc44

#bc229a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc229a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc229a Color CSS Codes

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

#bc229a Text Font Color

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

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


#bc229a Background Color

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

This div background color is #bc229a


#bc229a Border Color

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

This div border color is #bc229a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc229a


Comments

No comments written yet.

Please login to write comment.