Color Hex Logo

#b84328 Color Hex

#B84328
(184,67,40)
0 Favorites   0 Comments

Color spaces of #b84328

RGB 1846740
HSL0.030.640.44
HSV11°78°72°
CMYK 0.000.640.78   0.28
XYZ22.157314.35793.6110
Yxy14.35790.55220.3578
Hunter Lab37.891838.067520.8741
CIE-Lab44.741945.906540.4706

#b84328 color RGB value is (184,67,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 00101000
Octal 270 103 50
Decimal 184 67 40
Hex B8 43 28

RGB Percentages of Color #b84328

%63.23
%23.02
%13.75

CMYK Percentages of Color #b84328

%0
%64
%78
%28

Triadic Colors of #b84328

#b84328 #28b843 #4328b8

Analogous Colors of #b84328

#b84328 #b88b28 #b82855

Monochromatic Colors of #b84328

#b84328

Complementary Color

#b84328 #289db8

#b84328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84328 Color CSS Codes

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

#b84328 Text Font Color

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

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


#b84328 Background Color

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

This div background color is #b84328


#b84328 Border Color

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

This div border color is #b84328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84328


Comments

No comments written yet.

Please login to write comment.