Color Hex Logo

#bc276f Color Hex

#BC276F
(188,39,111)
0 Favorites   0 Comments

Color spaces of #bc276f

RGB 18839111
HSL0.920.660.45
HSV331°79°74°
CMYK 0.000.790.41   0.26
XYZ24.333813.290116.3216
Yxy13.29010.45110.2464
Hunter Lab36.455655.3500-1.0259
CIE-Lab43.197162.3278-4.1783

#bc276f color RGB value is (188,39,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 01101111
Octal 274 47 157
Decimal 188 39 111
Hex BC 27 6F

RGB Percentages of Color #bc276f

%55.62
%11.54
%32.84

CMYK Percentages of Color #bc276f

%0
%79
%41
%26

Triadic Colors of #bc276f

#bc276f #6fbc27 #276fbc

Analogous Colors of #bc276f

#bc276f #bc2a27 #bc27ba

Monochromatic Colors of #bc276f

#bc276f

Complementary Color

#bc276f #27bc74

#bc276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc276f Color CSS Codes

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

#bc276f Text Font Color

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

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


#bc276f Background Color

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

This div background color is #bc276f


#bc276f Border Color

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

This div border color is #bc276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc276f


Comments

No comments written yet.

Please login to write comment.