Color Hex Logo

#bc296b Color Hex

#BC296B
(188,41,107)
0 Favorites   0 Comments

Color spaces of #bc296b

RGB 18841107
HSL0.930.640.45
HSV333°78°74°
CMYK 0.000.780.43   0.26
XYZ24.185813.338815.2098
Yxy13.33880.45860.2529
Hunter Lab36.522354.29210.8742
CIE-Lab43.269461.3715-1.5845

#bc296b color RGB value is (188,41,107).

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

The process color (four color CMYK) of #bc296b color hex is 0.00, 0.78, 0.43, 0.26. Web safe color of #bc296b is #cc3366. Color #bc296b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 01101011
Octal 274 51 153
Decimal 188 41 107
Hex BC 29 6B

RGB Percentages of Color #bc296b

%55.95
%12.20
%31.85

CMYK Percentages of Color #bc296b

%0
%78
%43
%26

Triadic Colors of #bc296b

#bc296b #6bbc29 #296bbc

Analogous Colors of #bc296b

#bc296b #bc3129 #bc29b5

Monochromatic Colors of #bc296b

#bc296b

Complementary Color

#bc296b #29bc7a

#bc296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc296b Color CSS Codes

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

#bc296b Text Font Color

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

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


#bc296b Background Color

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

This div background color is #bc296b


#bc296b Border Color

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

This div border color is #bc296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc296b


Comments

No comments written yet.

Please login to write comment.