Color Hex Logo

#b94434 Color Hex

#B94434
(185,68,52)
0 Favorites   0 Comments

Color spaces of #b94434

RGB 1856852
HSL0.020.560.46
HSV72°73°
CMYK 0.000.630.72   0.27
XYZ22.694514.69654.8894
Yxy14.69650.53680.3476
Hunter Lab38.336038.582019.2733
CIE-Lab45.215746.331434.4564

#b94434 color RGB value is (185,68,52).

#b94434 hex color red value is 185, green value is 68 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b94434 hue: 0.02 , saturation: 0.56 and the lightness value of b94434 is 0.46.

The process color (four color CMYK) of #b94434 color hex is 0.00, 0.63, 0.72, 0.27. Web safe color of #b94434 is #cc3333. Color #b94434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000100 00110100
Octal 271 104 64
Decimal 185 68 52
Hex B9 44 34

RGB Percentages of Color #b94434

%60.66
%22.30
%17.05

CMYK Percentages of Color #b94434

%0
%63
%72
%27

Triadic Colors of #b94434

#b94434 #34b944 #4434b9

Analogous Colors of #b94434

#b94434 #b98734 #b93467

Monochromatic Colors of #b94434

#b94434

Complementary Color

#b94434 #34a9b9

#b94434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94434 Color CSS Codes

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

#b94434 Text Font Color

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

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


#b94434 Background Color

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

This div background color is #b94434


#b94434 Border Color

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

This div border color is #b94434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94434


Comments

No comments written yet.

Please login to write comment.