Color Hex Logo

#b4233e Color Hex

#B4233E
(180,35,62)
0 Favorites   0 Comments

Color spaces of #b4233e

RGB 1803562
HSL0.970.670.42
HSV349°81°71°
CMYK 0.000.810.66   0.29
XYZ20.292911.25325.6599
Yxy11.25320.54540.3025
Hunter Lab33.545849.275113.4785
CIE-Lab40.003757.444721.9167

#b4233e color RGB value is (180,35,62).

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

The process color (four color CMYK) of #b4233e color hex is 0.00, 0.81, 0.66, 0.29. Web safe color of #b4233e is #cc3333. Color #b4233e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 00111110
Octal 264 43 76
Decimal 180 35 62
Hex B4 23 3E

RGB Percentages of Color #b4233e

%64.98
%12.64
%22.38

CMYK Percentages of Color #b4233e

%0
%81
%66
%29

Triadic Colors of #b4233e

#b4233e #3eb423 #233eb4

Analogous Colors of #b4233e

#b4233e #b45123 #b42387

Monochromatic Colors of #b4233e

#b4233e

Complementary Color

#b4233e #23b499

#b4233e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4233e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4233e Color CSS Codes

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

#b4233e Text Font Color

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

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


#b4233e Background Color

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

This div background color is #b4233e


#b4233e Border Color

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

This div border color is #b4233e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4233e


Comments

No comments written yet.

Please login to write comment.