Color Hex Logo

#b82841 Color Hex

#B82841
(184,40,65)
0 Favorites   0 Comments

Color spaces of #b82841

RGB 1844065
HSL0.970.640.44
HSV350°78°72°
CMYK 0.000.780.65   0.28
XYZ21.480112.08966.2024
Yxy12.08960.54010.3040
Hunter Lab34.770149.425213.7627
CIE-Lab41.358257.324021.9396

#b82841 color RGB value is (184,40,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101000 01000001
Octal 270 50 101
Decimal 184 40 65
Hex B8 28 41

RGB Percentages of Color #b82841

%63.67
%13.84
%22.49

CMYK Percentages of Color #b82841

%0
%78
%65
%28

Triadic Colors of #b82841

#b82841 #41b828 #2841b8

Analogous Colors of #b82841

#b82841 #b85728 #b82889

Monochromatic Colors of #b82841

#b82841

Complementary Color

#b82841 #28b89f

#b82841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82841 Color CSS Codes

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

#b82841 Text Font Color

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

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


#b82841 Background Color

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

This div background color is #b82841


#b82841 Border Color

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

This div border color is #b82841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82841


Comments

No comments written yet.

Please login to write comment.