Color Hex Logo

#b2363e Color Hex

#B2363E
(178,54,62)
0 Favorites   0 Comments

Color spaces of #b2363e

RGB 1785462
HSL0.990.530.45
HSV356°70°70°
CMYK 0.000.700.65   0.30
XYZ20.548812.45115.8777
Yxy12.45110.52860.3203
Hunter Lab35.286142.198414.8242
CIE-Lab41.924350.417224.2827

#b2363e color RGB value is (178,54,62).

#b2363e hex color red value is 178, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b2363e hue: 0.99 , saturation: 0.53 and the lightness value of b2363e is 0.45.

The process color (four color CMYK) of #b2363e color hex is 0.00, 0.70, 0.65, 0.30. Web safe color of #b2363e is #993333. Color #b2363e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110110 00111110
Octal 262 66 76
Decimal 178 54 62
Hex B2 36 3E

RGB Percentages of Color #b2363e

%60.54
%18.37
%21.09

CMYK Percentages of Color #b2363e

%0
%70
%65
%30

Triadic Colors of #b2363e

#b2363e #3eb236 #363eb2

Analogous Colors of #b2363e

#b2363e #b26c36 #b2367c

Monochromatic Colors of #b2363e

#b2363e

Complementary Color

#b2363e #36b2aa

#b2363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2363e Color CSS Codes

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

#b2363e Text Font Color

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

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


#b2363e Background Color

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

This div background color is #b2363e


#b2363e Border Color

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

This div border color is #b2363e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2363e


Comments

No comments written yet.

Please login to write comment.