Color Hex Logo

#bc299b Color Hex

#BC299B
(188,41,155)
0 Favorites   0 Comments

Color spaces of #bc299b

RGB 18841155
HSL0.870.640.45
HSV313°78°74°
CMYK 0.000.780.18   0.26
XYZ27.448414.643832.3902
Yxy14.64380.36850.1966
Hunter Lab38.267261.0673-23.3973
CIE-Lab45.142466.9486-28.0923

#bc299b color RGB value is (188,41,155).

#bc299b hex color red value is 188, green value is 41 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bc299b hue: 0.87 , saturation: 0.64 and the lightness value of bc299b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 10011011
Octal 274 51 233
Decimal 188 41 155
Hex BC 29 9B

RGB Percentages of Color #bc299b

%48.96
%10.68
%40.36

CMYK Percentages of Color #bc299b

%0
%78
%18
%26

Triadic Colors of #bc299b

#bc299b #9bbc29 #299bbc

Analogous Colors of #bc299b

#bc299b #bc2951 #9429bc

Monochromatic Colors of #bc299b

#bc299b

Complementary Color

#bc299b #29bc4a

#bc299b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc299b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc299b Color CSS Codes

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

#bc299b Text Font Color

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

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


#bc299b Background Color

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

This div background color is #bc299b


#bc299b Border Color

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

This div border color is #bc299b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc299b


Comments

No comments written yet.

Please login to write comment.