Color Hex Logo

#b84327 Color Hex

#B84327
(184,67,39)
0 Favorites   0 Comments

Color spaces of #b84327

RGB 1846739
HSL0.030.650.44
HSV12°79°72°
CMYK 0.000.640.79   0.28
XYZ22.140514.35113.5226
Yxy14.35110.55330.3587
Hunter Lab37.882838.028721.0048
CIE-Lab44.732345.870140.9827

#b84327 color RGB value is (184,67,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 00100111
Octal 270 103 47
Decimal 184 67 39
Hex B8 43 27

RGB Percentages of Color #b84327

%63.45
%23.10
%13.45

CMYK Percentages of Color #b84327

%0
%64
%79
%28

Triadic Colors of #b84327

#b84327 #27b843 #4327b8

Analogous Colors of #b84327

#b84327 #b88c27 #b82754

Monochromatic Colors of #b84327

#b84327

Complementary Color

#b84327 #279cb8

#b84327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84327 Color CSS Codes

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

#b84327 Text Font Color

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

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


#b84327 Background Color

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

This div background color is #b84327


#b84327 Border Color

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

This div border color is #b84327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84327


Comments

No comments written yet.

Please login to write comment.