Color Hex Logo

#bc274d Color Hex

#BC274D
(188,39,77)
0 Favorites   0 Comments

Color spaces of #bc274d

RGB 1883977
HSL0.960.660.45
HSV345°79°74°
CMYK 0.000.790.59   0.26
XYZ22.804112.67828.2664
Yxy12.67820.52130.2898
Hunter Lab35.606552.008711.1597
CIE-Lab42.274359.508215.7862

#bc274d color RGB value is (188,39,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 01001101
Octal 274 47 115
Decimal 188 39 77
Hex BC 27 4D

RGB Percentages of Color #bc274d

%61.84
%12.83
%25.33

CMYK Percentages of Color #bc274d

%0
%79
%59
%26

Triadic Colors of #bc274d

#bc274d #4dbc27 #274dbc

Analogous Colors of #bc274d

#bc274d #bc4c27 #bc2798

Monochromatic Colors of #bc274d

#bc274d

Complementary Color

#bc274d #27bc96

#bc274d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc274d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc274d Color CSS Codes

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

#bc274d Text Font Color

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

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


#bc274d Background Color

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

This div background color is #bc274d


#bc274d Border Color

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

This div border color is #bc274d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc274d


Comments

No comments written yet.

Please login to write comment.