Color Hex Logo

#bc253e Color Hex

#BC253E
(188,37,62)
0 Favorites   0 Comments

Color spaces of #bc253e

RGB 1883762
HSL0.970.670.44
HSV350°80°74°
CMYK 0.000.800.67   0.26
XYZ22.270112.36235.7698
Yxy12.36230.55120.3060
Hunter Lab35.160151.530414.8825
CIE-Lab41.786259.167724.5101

#bc253e color RGB value is (188,37,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 00111110
Octal 274 45 76
Decimal 188 37 62
Hex BC 25 3E

RGB Percentages of Color #bc253e

%65.51
%12.89
%21.60

CMYK Percentages of Color #bc253e

%0
%80
%67
%26

Triadic Colors of #bc253e

#bc253e #3ebc25 #253ebc

Analogous Colors of #bc253e

#bc253e #bc5825 #bc258a

Monochromatic Colors of #bc253e

#bc253e

Complementary Color

#bc253e #25bca3

#bc253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc253e Color CSS Codes

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

#bc253e Text Font Color

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

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


#bc253e Background Color

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

This div background color is #bc253e


#bc253e Border Color

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

This div border color is #bc253e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc253e


Comments

No comments written yet.

Please login to write comment.