Color Hex Logo

#b8203e Color Hex

#B8203E
(184,32,62)
0 Favorites   0 Comments

Color spaces of #b8203e

RGB 1843262
HSL0.970.700.42
HSV348°83°72°
CMYK 0.000.830.66   0.28
XYZ21.153211.57125.6760
Yxy11.57120.55090.3013
Hunter Lab34.016551.471713.9184
CIE-Lab40.526359.356622.7471

#b8203e color RGB value is (184,32,62).

#b8203e hex color red value is 184, green value is 32 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b8203e hue: 0.97 , saturation: 0.70 and the lightness value of b8203e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 00111110
Octal 270 40 76
Decimal 184 32 62
Hex B8 20 3E

RGB Percentages of Color #b8203e

%66.19
%11.51
%22.30

CMYK Percentages of Color #b8203e

%0
%83
%66
%28

Triadic Colors of #b8203e

#b8203e #3eb820 #203eb8

Analogous Colors of #b8203e

#b8203e #b84e20 #b8208a

Monochromatic Colors of #b8203e

#b8203e

Complementary Color

#b8203e #20b89a

#b8203e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8203e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8203e Color CSS Codes

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

#b8203e Text Font Color

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

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


#b8203e Background Color

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

This div background color is #b8203e


#b8203e Border Color

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

This div border color is #b8203e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8203e


Comments

No comments written yet.

Please login to write comment.