Color Hex Logo

#b7253e Color Hex

#B7253E
(183,37,62)
0 Favorites   0 Comments

Color spaces of #b7253e

RGB 1833762
HSL0.970.660.43
HSV350°80°72°
CMYK 0.000.800.66   0.28
XYZ21.059511.73825.7132
Yxy11.73820.54680.3048
Hunter Lab34.261149.763114.0958
CIE-Lab40.797057.742023.0509

#b7253e color RGB value is (183,37,62).

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

The process color (four color CMYK) of #b7253e color hex is 0.00, 0.80, 0.66, 0.28. Web safe color of #b7253e is #cc3333. Color #b7253e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100101 00111110
Octal 267 45 76
Decimal 183 37 62
Hex B7 25 3E

RGB Percentages of Color #b7253e

%64.89
%13.12
%21.99

CMYK Percentages of Color #b7253e

%0
%80
%66
%28

Triadic Colors of #b7253e

#b7253e #3eb725 #253eb7

Analogous Colors of #b7253e

#b7253e #b75525 #b72587

Monochromatic Colors of #b7253e

#b7253e

Complementary Color

#b7253e #25b79e

#b7253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7253e Color CSS Codes

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

#b7253e Text Font Color

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

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


#b7253e Background Color

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

This div background color is #b7253e


#b7253e Border Color

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

This div border color is #b7253e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,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 #b7253e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7253e


Comments

No comments written yet.

Please login to write comment.