Color Hex Logo

#bc253b Color Hex

#BC253B
(188,37,59)
0 Favorites   0 Comments

Color spaces of #bc253b

RGB 1883759
HSL0.980.670.44
HSV351°80°74°
CMYK 0.000.800.69   0.26
XYZ22.190012.33035.3481
Yxy12.33030.55660.3093
Hunter Lab35.114551.349515.5500
CIE-Lab41.736359.012826.3007

#bc253b color RGB value is (188,37,59).

#bc253b hex color red value is 188, green value is 37 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc253b hue: 0.98 , saturation: 0.67 and the lightness value of bc253b is 0.44.

The process color (four color CMYK) of #bc253b color hex is 0.00, 0.80, 0.69, 0.26. Web safe color of #bc253b is #cc3333. Color #bc253b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 00111011
Octal 274 45 73
Decimal 188 37 59
Hex BC 25 3B

RGB Percentages of Color #bc253b

%66.20
%13.03
%20.77

CMYK Percentages of Color #bc253b

%0
%80
%69
%26

Triadic Colors of #bc253b

#bc253b #3bbc25 #253bbc

Analogous Colors of #bc253b

#bc253b #bc5b25 #bc2587

Monochromatic Colors of #bc253b

#bc253b

Complementary Color

#bc253b #25bca6

#bc253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc253b Color CSS Codes

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

#bc253b Text Font Color

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

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


#bc253b Background Color

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

This div background color is #bc253b


#bc253b Border Color

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

This div border color is #bc253b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc253b


Comments

No comments written yet.

Please login to write comment.