Color Hex Logo

#b82529 Color Hex

#B82529
(184,37,41)
0 Favorites   0 Comments

Color spaces of #b82529

RGB 1843741
HSL1.000.670.43
HSV358°80°72°
CMYK 0.000.800.78   0.28
XYZ20.829011.67363.2532
Yxy11.67360.58250.3265
Hunter Lab34.166749.027218.2713
CIE-Lab40.692657.084135.6856

#b82529 color RGB value is (184,37,41).

#b82529 hex color red value is 184, green value is 37 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b82529 hue: 1.00 , saturation: 0.67 and the lightness value of b82529 is 0.43.

The process color (four color CMYK) of #b82529 color hex is 0.00, 0.80, 0.78, 0.28. Web safe color of #b82529 is #cc3333. Color #b82529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 00101001
Octal 270 45 51
Decimal 184 37 41
Hex B8 25 29

RGB Percentages of Color #b82529

%70.23
%14.12
%15.65

CMYK Percentages of Color #b82529

%0
%80
%78
%28

Triadic Colors of #b82529

#b82529 #29b825 #2529b8

Analogous Colors of #b82529

#b82529 #b86b25 #b82573

Monochromatic Colors of #b82529

#b82529

Complementary Color

#b82529 #25b8b4

#b82529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82529 Color CSS Codes

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

#b82529 Text Font Color

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

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


#b82529 Background Color

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

This div background color is #b82529


#b82529 Border Color

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

This div border color is #b82529


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,37,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82529


Comments

No comments written yet.

Please login to write comment.