Color Hex Logo

#b82829 Color Hex

#B82829
(184,40,41)
0 Favorites   0 Comments

Color spaces of #b82829

RGB 1844041
HSL1.000.640.44
HSV360°78°72°
CMYK 0.000.780.78   0.28
XYZ20.926211.86803.2856
Yxy11.86800.58000.3289
Hunter Lab34.450048.140218.4603
CIE-Lab41.005656.203236.0198

#b82829 color RGB value is (184,40,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101000 00101001
Octal 270 50 51
Decimal 184 40 41
Hex B8 28 29

RGB Percentages of Color #b82829

%69.43
%15.09
%15.47

CMYK Percentages of Color #b82829

%0
%78
%78
%28

Triadic Colors of #b82829

#b82829 #29b828 #2829b8

Analogous Colors of #b82829

#b82829 #b86f28 #b82871

Monochromatic Colors of #b82829

#b82829

Complementary Color

#b82829 #28b8b7

#b82829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82829 Color CSS Codes

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

#b82829 Text Font Color

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

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


#b82829 Background Color

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

This div background color is #b82829


#b82829 Border Color

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

This div border color is #b82829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82829


Comments

No comments written yet.

Please login to write comment.