Color Hex Logo

#b83532 Color Hex

#B83532
(184,53,50)
0 Favorites   0 Comments

Color spaces of #b83532

RGB 1845350
HSL0.000.570.46
HSV73°72°
CMYK 0.000.710.73   0.28
XYZ21.616012.96684.3812
Yxy12.96680.55480.3328
Hunter Lab36.009444.134717.9929
CIE-Lab42.713252.124432.6954

#b83532 color RGB value is (184,53,50).

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

The process color (four color CMYK) of #b83532 color hex is 0.00, 0.71, 0.73, 0.28. Web safe color of #b83532 is #cc3333. Color #b83532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 00110010
Octal 270 65 62
Decimal 184 53 50
Hex B8 35 32

RGB Percentages of Color #b83532

%64.11
%18.47
%17.42

CMYK Percentages of Color #b83532

%0
%71
%73
%28

Triadic Colors of #b83532

#b83532 #32b835 #3532b8

Analogous Colors of #b83532

#b83532 #b87832 #b83272

Monochromatic Colors of #b83532

#b83532

Complementary Color

#b83532 #32b5b8

#b83532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83532 Color CSS Codes

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

#b83532 Text Font Color

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

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


#b83532 Background Color

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

This div background color is #b83532


#b83532 Border Color

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

This div border color is #b83532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83532


Comments

No comments written yet.

Please login to write comment.