Color Hex Logo

#b84430 Color Hex

#B84430
(184,68,48)
0 Favorites   0 Comments

Color spaces of #b84430

RGB 1846848
HSL0.020.590.45
HSV74°72°
CMYK 0.000.630.74   0.28
XYZ22.367814.53804.4235
Yxy14.53800.54120.3518
Hunter Lab38.128737.989819.8116
CIE-Lab44.994845.787836.4094

#b84430 color RGB value is (184,68,48).

#b84430 hex color red value is 184, green value is 68 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b84430 hue: 0.02 , saturation: 0.59 and the lightness value of b84430 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 00110000
Octal 270 104 60
Decimal 184 68 48
Hex B8 44 30

RGB Percentages of Color #b84430

%61.33
%22.67
%16.00

CMYK Percentages of Color #b84430

%0
%63
%74
%28

Triadic Colors of #b84430

#b84430 #30b844 #4430b8

Analogous Colors of #b84430

#b84430 #b88830 #b83060

Monochromatic Colors of #b84430

#b84430

Complementary Color

#b84430 #30a4b8

#b84430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84430 Color CSS Codes

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

#b84430 Text Font Color

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

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


#b84430 Background Color

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

This div background color is #b84430


#b84430 Border Color

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

This div border color is #b84430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84430


Comments

No comments written yet.

Please login to write comment.