Color Hex Logo

#b84129 Color Hex

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

Color spaces of #b84129

RGB 1846541
HSL0.030.640.44
HSV10°78°72°
CMYK 0.000.650.78   0.28
XYZ22.057714.13103.6628
Yxy14.13100.55350.3546
Hunter Lab37.591238.955220.5368
CIE-Lab44.420246.831339.6102

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

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

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

Base Numbers

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

RGB Percentages of Color #b84129

%63.45
%22.41
%14.14

CMYK Percentages of Color #b84129

%0
%65
%78
%28

Triadic Colors of #b84129

#b84129 #29b841 #4129b8

Analogous Colors of #b84129

#b84129 #b88929 #b82959

Monochromatic Colors of #b84129

#b84129

Complementary Color

#b84129 #29a0b8

#b84129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84129 Color CSS Codes

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

#b84129 Text Font Color

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

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


#b84129 Background Color

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

This div background color is #b84129


#b84129 Border Color

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

This div border color is #b84129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84129


Comments

No comments written yet.

Please login to write comment.