Color Hex Logo

#b34233 Color Hex

#B34233
(179,66,51)
0 Favorites   0 Comments

Color spaces of #b34233

RGB 1796651
HSL0.020.560.45
HSV72°70°
CMYK 0.000.630.72   0.30
XYZ21.136213.71924.6660
Yxy13.71920.53480.3471
Hunter Lab37.039437.040318.4586
CIE-Lab43.827545.046233.1627

#b34233 color RGB value is (179,66,51).

#b34233 hex color red value is 179, green value is 66 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b34233 hue: 0.02 , saturation: 0.56 and the lightness value of b34233 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 00110011
Octal 263 102 63
Decimal 179 66 51
Hex B3 42 33

RGB Percentages of Color #b34233

%60.47
%22.30
%17.23

CMYK Percentages of Color #b34233

%0
%63
%72
%30

Triadic Colors of #b34233

#b34233 #33b342 #4233b3

Analogous Colors of #b34233

#b34233 #b38233 #b33364

Monochromatic Colors of #b34233

#b34233

Complementary Color

#b34233 #33a4b3

#b34233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34233 Color CSS Codes

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

#b34233 Text Font Color

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

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


#b34233 Background Color

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

This div background color is #b34233


#b34233 Border Color

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

This div border color is #b34233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34233

#b34233 Color Palettes


Comments

No comments written yet.

Please login to write comment.