Color Hex Logo

#b42331 Color Hex

#B42331
(180,35,49)
0 Favorites   0 Comments

Color spaces of #b42331

RGB 1803549
HSL0.980.670.42
HSV354°81°71°
CMYK 0.000.810.73   0.29
XYZ19.977811.12714.0005
Yxy11.12710.56910.3170
Hunter Lab33.357348.528916.2395
CIE-Lab39.793756.794929.7073

#b42331 color RGB value is (180,35,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 00110001
Octal 264 43 61
Decimal 180 35 49
Hex B4 23 31

RGB Percentages of Color #b42331

%68.18
%13.26
%18.56

CMYK Percentages of Color #b42331

%0
%81
%73
%29

Triadic Colors of #b42331

#b42331 #31b423 #2331b4

Analogous Colors of #b42331

#b42331 #b45e23 #b4237a

Monochromatic Colors of #b42331

#b42331

Complementary Color

#b42331 #23b4a6

#b42331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42331 Color CSS Codes

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

#b42331 Text Font Color

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

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


#b42331 Background Color

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

This div background color is #b42331


#b42331 Border Color

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

This div border color is #b42331


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,35,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42331


Comments

No comments written yet.

Please login to write comment.