Color Hex Logo

#b82941 Color Hex

#B82941
(184,41,65)
0 Favorites   0 Comments

Color spaces of #b82941

RGB 1844165
HSL0.970.640.44
HSV350°78°72°
CMYK 0.000.780.65   0.28
XYZ21.514212.15796.2138
Yxy12.15790.53940.3048
Hunter Lab34.868249.117913.8418
CIE-Lab41.466057.020422.0784

#b82941 color RGB value is (184,41,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 01000001
Octal 270 51 101
Decimal 184 41 65
Hex B8 29 41

RGB Percentages of Color #b82941

%63.45
%14.14
%22.41

CMYK Percentages of Color #b82941

%0
%78
%65
%28

Triadic Colors of #b82941

#b82941 #41b829 #2941b8

Analogous Colors of #b82941

#b82941 #b85929 #b82989

Monochromatic Colors of #b82941

#b82941

Complementary Color

#b82941 #29b8a0

#b82941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82941 Color CSS Codes

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

#b82941 Text Font Color

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

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


#b82941 Background Color

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

This div background color is #b82941


#b82941 Border Color

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

This div border color is #b82941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82941


Comments

No comments written yet.

Please login to write comment.