Color Hex Logo

#bc266e Color Hex

#BC266E
(188,38,110)
0 Favorites   0 Comments

Color spaces of #bc266e

RGB 18838110
HSL0.920.660.44
HSV331°80°74°
CMYK 0.000.800.41   0.26
XYZ24.246613.203416.0224
Yxy13.20340.45340.2469
Hunter Lab36.336555.5206-0.7081
CIE-Lab43.068162.5042-3.7475

#bc266e color RGB value is (188,38,110).

#bc266e hex color red value is 188, green value is 38 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc266e hue: 0.92 , saturation: 0.66 and the lightness value of bc266e is 0.44.

The process color (four color CMYK) of #bc266e color hex is 0.00, 0.80, 0.41, 0.26. Web safe color of #bc266e is #cc3366. Color #bc266e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100110 01101110
Octal 274 46 156
Decimal 188 38 110
Hex BC 26 6E

RGB Percentages of Color #bc266e

%55.95
%11.31
%32.74

CMYK Percentages of Color #bc266e

%0
%80
%41
%26

Triadic Colors of #bc266e

#bc266e #6ebc26 #266ebc

Analogous Colors of #bc266e

#bc266e #bc2926 #bc26b9

Monochromatic Colors of #bc266e

#bc266e

Complementary Color

#bc266e #26bc74

#bc266e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc266e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc266e Color CSS Codes

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

#bc266e Text Font Color

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

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


#bc266e Background Color

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

This div background color is #bc266e


#bc266e Border Color

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

This div border color is #bc266e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc266e


Comments

No comments written yet.

Please login to write comment.