Color Hex Logo

#bc314a Color Hex

#BC314A
(188,49,74)
0 Favorites   0 Comments

Color spaces of #bc314a

RGB 1884974
HSL0.970.590.46
HSV349°74°74°
CMYK 0.000.740.61   0.26
XYZ23.073413.38247.8455
Yxy13.38240.52080.3021
Hunter Lab36.582048.567212.8918
CIE-Lab43.333956.159419.0755

#bc314a color RGB value is (188,49,74).

#bc314a hex color red value is 188, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc314a hue: 0.97 , saturation: 0.59 and the lightness value of bc314a is 0.46.

The process color (four color CMYK) of #bc314a color hex is 0.00, 0.74, 0.61, 0.26. Web safe color of #bc314a is #cc3333. Color #bc314a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 01001010
Octal 274 61 112
Decimal 188 49 74
Hex BC 31 4A

RGB Percentages of Color #bc314a

%60.45
%15.76
%23.79

CMYK Percentages of Color #bc314a

%0
%74
%61
%26

Triadic Colors of #bc314a

#bc314a #4abc31 #314abc

Analogous Colors of #bc314a

#bc314a #bc5e31 #bc3190

Monochromatic Colors of #bc314a

#bc314a

Complementary Color

#bc314a #31bca3

#bc314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc314a Color CSS Codes

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

#bc314a Text Font Color

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

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


#bc314a Background Color

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

This div background color is #bc314a


#bc314a Border Color

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

This div border color is #bc314a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc314a


Comments

No comments written yet.

Please login to write comment.