Color Hex Logo

#b84231 Color Hex

#B84231
(184,66,49)
0 Favorites   0 Comments

Color spaces of #b84231

RGB 1846649
HSL0.020.580.46
HSV73°72°
CMYK 0.000.640.73   0.28
XYZ22.269814.30854.4938
Yxy14.30850.54220.3484
Hunter Lab37.826638.892519.4349
CIE-Lab44.672146.727135.4907

#b84231 color RGB value is (184,66,49).

#b84231 hex color red value is 184, green value is 66 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #b84231 hue: 0.02 , saturation: 0.58 and the lightness value of b84231 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 00110001
Octal 270 102 61
Decimal 184 66 49
Hex B8 42 31

RGB Percentages of Color #b84231

%61.54
%22.07
%16.39

CMYK Percentages of Color #b84231

%0
%64
%73
%28

Triadic Colors of #b84231

#b84231 #31b842 #4231b8

Analogous Colors of #b84231

#b84231 #b88631 #b83164

Monochromatic Colors of #b84231

#b84231

Complementary Color

#b84231 #31a7b8

#b84231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84231 Color CSS Codes

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

#b84231 Text Font Color

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

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


#b84231 Background Color

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

This div background color is #b84231


#b84231 Border Color

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

This div border color is #b84231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84231


Comments

No comments written yet.

Please login to write comment.