Color Hex Logo

#b84441 Color Hex

#B84441
(184,68,65)
0 Favorites   0 Comments

Color spaces of #b84441

RGB 1846865
HSL0.000.480.49
HSV65°72°
CMYK 0.000.630.65   0.28
XYZ22.788414.70626.6385
Yxy14.70620.51640.3332
Hunter Lab38.348738.962116.5804
CIE-Lab45.229146.700626.8508

#b84441 color RGB value is (184,68,65).

#b84441 hex color red value is 184, green value is 68 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b84441 hue: 0.00 , saturation: 0.48 and the lightness value of b84441 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 01000001
Octal 270 104 101
Decimal 184 68 65
Hex B8 44 41

RGB Percentages of Color #b84441

%58.04
%21.45
%20.50

CMYK Percentages of Color #b84441

%0
%63
%65
%28

Triadic Colors of #b84441

#b84441 #41b844 #4441b8

Analogous Colors of #b84441

#b84441 #b88041 #b8417a

Monochromatic Colors of #b84441

#b84441

Complementary Color

#b84441 #41b5b8

#b84441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84441 Color CSS Codes

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

#b84441 Text Font Color

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

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


#b84441 Background Color

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

This div background color is #b84441


#b84441 Border Color

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

This div border color is #b84441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84441


Comments

No comments written yet.

Please login to write comment.