Color Hex Logo

#b94334 Color Hex

#B94334
(185,67,52)
0 Favorites   0 Comments

Color spaces of #b94334

RGB 1856752
HSL0.020.560.46
HSV72°73°
CMYK 0.000.640.72   0.27
XYZ22.634614.57654.8694
Yxy14.57650.53790.3464
Hunter Lab38.179239.010519.1635
CIE-Lab45.048646.778434.2655

#b94334 color RGB value is (185,67,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000011 00110100
Octal 271 103 64
Decimal 185 67 52
Hex B9 43 34

RGB Percentages of Color #b94334

%60.86
%22.04
%17.11

CMYK Percentages of Color #b94334

%0
%64
%72
%27

Triadic Colors of #b94334

#b94334 #34b943 #4334b9

Analogous Colors of #b94334

#b94334 #b98634 #b93468

Monochromatic Colors of #b94334

#b94334

Complementary Color

#b94334 #34aab9

#b94334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94334 Color CSS Codes

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

#b94334 Text Font Color

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

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


#b94334 Background Color

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

This div background color is #b94334


#b94334 Border Color

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

This div border color is #b94334


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,67,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 #b94334">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94334


Comments

No comments written yet.

Please login to write comment.