Color Hex Logo

#b23532 Color Hex

#B23532
(178,53,50)
0 Favorites   0 Comments

Color spaces of #b23532

RGB 1785350
HSL0.000.560.45
HSV72°70°
CMYK 0.000.700.72   0.30
XYZ20.208912.24154.3153
Yxy12.24150.54970.3330
Hunter Lab34.987941.872417.1788
CIE-Lab41.597450.162331.1170

#b23532 color RGB value is (178,53,50).

#b23532 hex color red value is 178, green value is 53 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b23532 hue: 0.00 , saturation: 0.56 and the lightness value of b23532 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110101 00110010
Octal 262 65 62
Decimal 178 53 50
Hex B2 35 32

RGB Percentages of Color #b23532

%63.35
%18.86
%17.79

CMYK Percentages of Color #b23532

%0
%70
%72
%30

Triadic Colors of #b23532

#b23532 #32b235 #3532b2

Analogous Colors of #b23532

#b23532 #b27532 #b2326f

Monochromatic Colors of #b23532

#b23532

Complementary Color

#b23532 #32afb2

#b23532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23532 Color CSS Codes

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

#b23532 Text Font Color

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

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


#b23532 Background Color

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

This div background color is #b23532


#b23532 Border Color

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

This div border color is #b23532


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,53,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23532


Comments

No comments written yet.

Please login to write comment.